[Overview][Types][Classes][Procedures and functions][Index] |
Create - constructor for TColumn: calls inherited Create and sets a design index of appropriate size
Source position: dbgrids.pas line 242
public constructor TColumn.Create( |
ACollection: TCollection |
); override; |
Create instantiates a new item in a TCollection. It is called by the TCollection.Add function and should under normal circumstances never be called directly.
|
Create - constructor for TGridColumn: calls inherited Create, then creates a title and font, initialises a picklist and sets styles |
lazarus-ccr.sourceforge.net |