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

TDOMDocument.RemoveID

Removes a DOM element from the hash table used for IDs in the document.

Declaration

Source position: laz2_dom.pas line 494

protected procedure TDOMDocument.RemoveID(

  Elem: TDOMElement

);

Arguments

Elem

  

DOM Element to remove from the hash list for the document.

Description

RemoveID is a method used to remove the DOM Element specified in Elem from the internal has table used for identifiers in the document. Calls the RemoveData method for the THashTable member in the class instance.

RemoveID is called when a TDOMElement instance is freed.

See also

TDOMElement.Destroy

  

Destructor for the class instance.

THashTable.RemoveData

  


Version 3.2 Generated 2024-02-25 Home