[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 1300
public constructor TCustomGrid.Create( |
AOwner: TComponent |
); override; |
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 it is called. |
|
Constructor for the class instance. |