Data.DB.TFlatList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ADataSet: TDataSet); virtual;

C++

__fastcall virtual TFlatList(TDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TFlatList

Description

Creates an instance of TFlatList.

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.

See Also