RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.Create Constructor

Creates an instance of TFields.

Pascal
constructor Create(ADataSet: TDataSet); virtual;
C++
virtual __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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!