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

TDOMDocument.AddID

Adds an ID Attribute value to a hash list used in the Document.

Declaration

Source position: laz2_dom.pas line 536

public function TDOMDocument.AddID(

  Attr: TDOMAttr

):Boolean;

Arguments

Attr

  

DOM Attribute node with the ID value to add to the hash list.

Function result

True if the ID value was added, False if it already exists.