[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: grids.pas line 1452
public destructor TCustomDrawGrid.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy frees resources allocated to the member used for the internal virtual grid in the control. Destroy calls the inherited destructor prior to exiting from the method.
|
Destructor for the class instance. |
|
|
Implements a grid with metadata where rows and columns are stored as Pointer arrays. |
Version 4.0 | Generated 2025-05-03 | Home |