Destructor for the class instance.
Source position: grids.pas line 1772
public destructor TCustomStringGrid.Destroy; override; |
Destroy is the destructor for TCustomStringGrid. It frees maps of columns and rows, and calls the inherited Destroy method.
|
Destructor for the class instance. |