[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the TColumn instance.
Source position: dbgrids.pas line 284
public constructor TColumn.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection that owns the collection item. |
Create is the constructor for the TColumn instance. Create calls the inherited Create constructor and sets the DesignIndex used for the new entry in the TCollection. Create is called by the TCollection.Add method and should not be called directly under normal circumstances.
|
Constructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |