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

TDOMDocument.NodeListDestroyed

Signals that the specified list can be removed from the internal hash table.

Declaration

Source position: laz2_dom.pas line 497

protected procedure TDOMDocument.NodeListDestroyed(

  aList: TDOMNodeList

);

Arguments

aList

  

Node list generating the notification.

Description

NodeListDestroyed is a method called when the TDOMNodeList instance in AList is freed.

Values in the Flags property are checked to determine whether the TDocument instance is being freed, or just the specified list. The RemoveData method in the internal THashTable member is called for the list in AList. No actions are performed in the method when the TDocument instance and its node lists are freed.

See also

TDOMDocument.Destroy

  

Destructor for the class instance.

TDOMNodeList.Destroy

  

Destructor for the class instance.

TDOMNode.Flags

  

Provides access to the Node Flags for the DOM Node.

TNodeFlagEnum

  

Enumeration with flag values for DOM Nodes.

THashTable.RemoveData

  


Version 3.2 Generated 2024-02-25 Home