[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 1328
public constructor TCustomGrid.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomGrid. Create calls the inherited Create method, allocates the lists with columns and rows, initializes many visual properties and options, creates the various cell editors, and loads any bitmaps required for the control.
Remark: | The inherited method calls SetBounds and VisualChange, so the grid needs to be fully instantiated before the inherited method is called. |
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |