RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregateField.DisplayName Property

Represents the name of the field for display purposes.

Pascal
property DisplayName: string;
C++
__property AnsiString DisplayName;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!