[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Name of the item, displayed in the object inspector.
Source position: classesh.inc line 366
public property TCollectionItem.DisplayName: String |
DisplayNamecontains the name of this item as shown in the object inspector. For TCollectionItemthis returns always the class name of the managing collection, followed by the index of the item.
TCollectionItemdoes not implement any functionality to store the DisplayNameproperty. 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 DisplayNameproperty,TCollectionItemdescendants should override the TCollectionItem.SetDisplayNameand TCollectionItem.GetDisplayNameto add storage functionality.
|
Index of the item in its managing collection TCollection.Itemsproperty. |
|
|
Initial index of this item. |
|
|
Returns the TCollectionItem.DisplayNameof the collectionitem |
|
|
Write method for the TCollectionItem.DisplayNameproperty |