[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.GetElementById

Gets the DOM Element with the specified ID attribute value.

Declaration

Source position: laz2_dom.pas line 530

public function TDOMDocument.GetElementById(

  const ElementID: DOMString

):TDOMElement;

Arguments

ElementID

  

ID attribute value for the Element to locate in the method.

Function result

DOM Element with the specified ID value.


Version 3.2 Generated 2024-02-25 Home