[Overview][Types][Classes][Procedures and functions][Index] |
Creates a new instance of this collection item.
Source position: dbgrids.pas line 235
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.