Datasnap.DBClient.TAggregate.AggregateName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AggregateName: string read FAggregateName write FAggregateName;

C++

__property System::UnicodeString AggregateName = {read=FAggregateName, write=FAggregateName};

Properties

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

Description

Specifies the name user interface components use when describing the aggregate.

Set AggregateName to provide a name that can be used to label values displayed to the user. When displaying aggregates, read AggregateName to obtain a label for the value.

See Also