API:Datasnap.DBClient.TAggregate.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: TAggregate | |
Delphi
constructor Create(Aggregates: TAggregates; ADataSet: TCustomClientDataSet); reintroduce; overload;
C++
__fastcall TAggregate(TAggregates* Aggregates, TCustomClientDataSet* ADataSet)/* overload */;
Description
Creates and initializes a TCollectionItem instance. Datasnap.DBClient.TAggregate.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.