Data.DB.TFlatList.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

Properties

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

Description

Identifies the dataset to which the TFlatList object belongs.

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.

See Also