Data.DB.TFlatList.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFlatList

Delphi

constructor Create(ADataSet: TDataSet); virtual;

C++

__fastcall virtual TFlatList(TDataSet* ADataSet);

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