Data.Bind.Grid.TBaseLinkGridToDataSourceColumns.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Bind.Grid.pas Data.Bind.Grid.hpp
| |
Unit: Data.Bind.Grid | |
Parent: TBaseLinkGridToDataSourceColumns |
Delphi
constructor Create(Grid: TComponent; ColumnClass: TBaseLinkGridToDataSourceColumnClass); virtual;
C++
__fastcall virtual TBaseLinkGridToDataSourceColumns(System::Classes::TComponent* Grid, TBaseLinkGridToDataSourceColumnClass ColumnClass);
Description
Creates and initializes a collection.
Data.Bind.Grid.TBaseLinkGridToDataSourceColumns.Create inherits from System.Classes.TCollection.Create. All content below this line refers to System.Classes.TCollection.Create.
Creates and initializes a collection.
Call Create to instantiate a TCollection object at run time. Typically, TCollection descendants are created by a component that uses the collection to implement a property.
ItemClass
identifies the TCollectionItem descendants that must be used to represent the items in the collection. The Add method uses this class to create items of the appropriate type.