Datasnap.DBClient.TAggregate.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TCustomClientDataSet read FDataSet;

C++

__property TCustomClientDataSet* DataSet = {read=FDataSet};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregate

Description

Indicates the client dataset whose records are summarized by this aggregate.

Read DataSet to access the client dataset that uses this aggregate.

See Also