RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFlatList.Create Constructor

Creates an instance of TFlatList.

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

Applications should not call the Create method. TFlatList objects are created by the dataset that uses them to manage information about its fields. The ADataset parameter specifies the dataset that creates the TFlatList object. It becomes the value of the Dataset property. 

 

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