Data.DB.TAggregateField.DisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayName: string read FDisplayName write FDisplayName;

C++

__property System::UnicodeString DisplayName = {read=FDisplayName, write=FDisplayName};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

Description

Represents the name of the field for display purposes.

Set DisplayName to give the aggregate a name that can be used to label values displayed to the user.

Note: When you create an aggregate field in the Fields editor, DisplayName is the same as the AggregateName property of the corresponding TAggregate object. However, if you change DisplayName, the aggregate's AggregateName is not updated as well.

See Also