TCollectionItem.DisplayName

Name of the item, displayed in the object inspector.

Declaration

Source position: classesh.inc line 505

public Property
  DisplayName : string;

Description

DisplayName contains the name of this item as shown in the object inspector. For TCollectionItem this returns always the class name of the managing collection, followed by the index of the item.

TCollectionItem does not implement any functionality to store the DisplayName property. The property can be set, but this will have no effect other than that the managing collection is notified of a change. The actual displayname will remain unchanged. To store the DisplayName property,TCollectionItem descendants should override the TCollectionItem.SetDisplayName]() and TCollectionItem.GetDisplayName]() to add storage functionality.

See also

Name Description
TCollectionItem.GetDisplayName Returns the TCollectionItem.DisplayName of the collectionitem
TCollectionItem.ID Initial index of this item.
TCollectionItem.Index Index of the item in its managing collection TCollection.Items property.
TCollectionItem.SetDisplayName Write method for the TCollectionItem.DisplayName property