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

TCustomGrid.Destroy

Destructor for the class instance.

Declaration

Source position: grids.pas line 1307

public destructor TCustomGrid.Destroy; override;

Description

Destroy is the destructor for TCustomGrid. Destroy frees various resources including editors, columns, rows, and fonts. It calls the inherited Destroy method.

See also

TCustomControl.Destroy

  

Destructor for the class instance.