RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFlatList.DataSet Property

Identifies the dataset to which the TFlatList object belongs.

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

Check the value of the DataSet property to determine the dataset that uses the TFlatList object to manage information about its fields. Applications should not directly assign the DataSet property of a TFlatList object. It is assigned automatically when a TFlatList object descendant is created. 

 

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