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

TPointerPointerArray.Destroy

Destructor for the class instance.

Declaration

Source position: dynamicarray.pas line 43

public destructor TPointerPointerArray.Destroy; override;

Description

Destroy calls the Clear method to ensure that nested TFPList instances and Pointers in the Arr property are freed. The TFPList resource allocated for the Arr property is also freed.

See also

TPointerPointerArray.Arr

  

Provides indexed access Pointer values in the elements for the array.

TPointerPointerArray.Clear

  

Removes pointers and frees resources for all columns and rows in the two-dimensional array.

TFPList


Version 4.0 Generated 2025-05-03 Home