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

TCustomDBGrid.Destroy

Destroy is the destructor for TCustomDbGrid

Declaration

Source position: dbgrids.pas line 549

public destructor TCustomDBGrid.Destroy; override;

Description

Destroy is the overridden destructor in TCustomDbGrid. Destroy frees any bookmarks stored in the SelectedRows property. Destroys ensures that event handlers assigned to DataLink are removed prior to freeing resources allocated to the property.

Destroy calls the inherited Destroy method.

See also

TCustomGrid.Destroy

  

Destroy - destructor for TCustomGrid: frees various resources including editors, columns, rows, font then calls inherited Destroy

TCustomDBGrid.DataLink

TCustomDBGrid.SelectedRows

  

SelectedRows - recorded as a bookmark list

The latest version of this document can be found at lazarus-ccr.sourceforge.net.