[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 598
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.
|
Contains the attributes for the title in the fixed header for the column. |
|
|
The font used for text displayed in the column. |
|
|
Indicates if the default font is in use for the grid column. |
|
|
The style used for a button displayed for cells in the column. |
|
|
The number of rows displayed in the drop-down list for a cell editor in the column. |
|
Version 4.0 | Generated 2025-05-03 | Home |