Classes.TCollectionItem.DisplayName

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From Classes.pas

	property DisplayName: string read GetDisplayName write SetDisplayName;


Unit: Classes

Type: property

Visibility: public

Member Of: TCollectionItem

C++ Information

From Classes.hpp

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


Unit: Classes

Type: property

Visibility: public

Member Of: TCollectionItem

Description

The name displayed in the Collection editor.


DisplayName is the string that represents the item in the Collection editor. When the item is selected in the Collection editor, the DisplayName can also appear in the Object Inspector as the value of another property (for example, as the Text property of THeaderSection or TStatusPanel). By default, DisplayName is the name of the TCollectionItem descendant class of which the item is an instance.

Personal tools
Translations
Newest Version