|
RAD Studio VCL Reference
|
Creates an instance of TFieldDefs.
constructor Create(AOwner: TPersistent); virtual;
virtual __fastcall TFieldDefs(TPersistent * AOwner);
Applications should not need to instantiate TFieldDefs. TFieldDefs objects are created automatically by dataset components. An example of such a default TFieldDefs object is the FieldDefs property of the TDataSet component or the ChildDefs property of a TFieldDef object.
The AOwner parameter specifies the object that uses TFieldDefs to implement one of its properties (the dataset or field definition object).
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|