Data.Bind.Grid.TBaseLinkGridToDataSourceColumn.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Bind.Grid.pas Data.Bind.Grid.hpp
| |
Unit: Data.Bind.Grid | |
Parent: TBaseLinkGridToDataSourceColumn |
Delphi
constructor Create(Collection: TCollection); override;
C++
__fastcall virtual TBaseLinkGridToDataSourceColumn(System::Classes::TCollection* Collection);
Description
Creates and initializes a TCollectionItem instance.
Data.Bind.Grid.TBaseLinkGridToDataSourceColumn.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.
Creates and initializes a TCollectionItem instance.
Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.
Collection
identifies the TCollection instance to which the new item belongs.