[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destroy is the destructor for TCustomDbGrid
Source position: dbgrids.pas line 549
public destructor TCustomDBGrid.Destroy; override; |
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.
|
Destroy - destructor for TCustomGrid: frees various resources including editors, columns, rows, font then calls inherited Destroy |
|
|
SelectedRows - recorded as a bookmark list |
lazarus-ccr.sourceforge.net |