Datasnap.DBClient.TAggregate.AggregateName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregate

Delphi

property AggregateName: string read FAggregateName write FAggregateName;

C++

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

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