[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TVirtualGrid.Destroy

Destructor for the class instance.

Declaration

Source position: grids.pas line 433

public destructor TVirtualGrid.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy calls Clear to free content in the internal cell, column, and row arrays used in the class instance. Resource allocated to the cell, row, and column arrays are freed. The row and column counts for the virtual grid are reset to 0 (zero).

Destroy calls the inherited destructor prior to exiting from the method.

See also

TObject.Destroy


Version 4.0 Generated 2025-05-03 Home