[Overview][Types][Classes][Index] Reference for unit 'ObjectLists' (#lazutils)

TObjectArray.Destroy

Destructor for the class instance.

Declaration

Source position: objectlists.pas line 66

public destructor TObjectArray.Destroy; override;

Description

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.

See also

TObjectArray.List

  

Provides access to the list which implements the storage for the item/object associations in the class instance.

ReallocMem


Version 4.0 Generated 2025-05-03 Home