[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 592
public constructor TGridColumn.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the collection item. |
Create is the constructor for TGridColumn. Create calls the inherited Create method using ACollection as the owner for the collection item.
Create allocates resources needed for members in the class instance, and sets the default values for properties such as: Title, Font, IsDefaultFont, ButtonStyle and DropDownRows.
|
Text displayed as the column title. |
|
|
The Font for the column. |
|
|
Indicates if the default font is in use for the grid column. |
|
|
The style used for a button displayed in the column. |
|
|
The number of rows in the drop-down list used in the column. |
|
TCollectionItem.Create |
lazarus-ccr.sourceforge.net |