RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollectionItem.DisplayName Property

The name displayed in the Collection editor.

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!