RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregateField.Create Constructor

Creates an instance of TAggregateField.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TAggregateField(TComponent * AOwner);

Call Create to create and initialize an instance of TAggregateField at runtime. 

It is seldom necessary to call Create directly, because an aggregate field component is instantiated automatically when an aggregate field is added through the Fields Editor of a client dataset. 

Create initializes DataType to ftUnknown, FieldKind to fkAggregate, Precision to 15, and Visible to false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!