Data.DB.TFlatList.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

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