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

TDOMNode.FreeInstance

Performs actions needed to free the class instance.

Declaration

Source position: laz2_dom.pas line 255

public procedure TDOMNode.FreeInstance; override;

Description

FreeInstance is an overridden procedure used to perform actions needed when the class instance is freed. FreeInstance ensures that information in the internal TNodePool custom memory manager is updated, and the node is freed from its node pool. If the internal node pool has not been assigned, the inherited FreeInstance method is called.

See also

TObject.FreeInstance

TNodePool.FreeNode

  

Frees the specified DOM node and removes it from the node pool.


Version 3.2 Generated 2024-02-25 Home