RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.Create Constructor

Creates an instance of TFields.

Pascal
constructor Create(ADataSet: TDataSet);
C++
__fastcall TFields(TDataSet ADataSet);

Most applications do not need to create a TFields object. These objects are created by the dataset or object field that uses them. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!