[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: objectlists.pas line 66
public destructor TObjectArray.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls ReallocMem to reset the storage size in List to 0 (zero). It calls the inherited method prior to exit.
|
Provides access to the list which implements the storage for the item/object associations in the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |