RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.DataSet Property

Identifies the dataset to which a field component belongs.

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

Check the value of DataSet to determine the dataset that uses the field component to represent one of its fields. 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!