RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.DataSet Property

Identifies the dataset to which a TFields object belongs.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

Check the value of the DataSet property to determine the dataset that is associated with the TFields object. Applications should not directly assign the DataSet property of a field. It is assigned automatically when the field is created from a TFieldDef object. 

 

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