RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDefs.Create Constructor

Creates an instance of TFieldDefs.

Pascal
constructor Create(AOwner: TPersistent);
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!