[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 660
public constructor TGridColumns.Create( |
AGrid: TCustomGrid; |
aItemClass: TCollectionItemClass |
); |
AGrid |
|
Grid which owns the collection of column definitions. |
aItemClass |
|
Class reference used to create new items in the collection. |
Create is the constructor for the class instance, and calls the inherited method on entry using aItemClass as the class type for new items added to the collection. Create stores the value in AGrid to the Grid property.
Version 4.0 | Generated 2025-05-03 | Home |