[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: filereferencelist.pas line 72
public destructor TFileReferenceList.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls Clear to remove nodes in the internal AVL Tree for the class instance. Calls the inherited destructor prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |