[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the TCollectionItem.DisplayName of the collectionitem
Source position: classesh.inc line 440
protected function TCollectionItem.GetDisplayName: String; virtual; |
GetDisplayName returns the value of the TCollectionItem.DisplayName property. By default, this is the classname of the actual TCollectionItem descendant.
Descendants of TCollectionItem can and should override this method to return a more meaningful value.
|
Name of the item, displayed in the object inspector. |
lazarus-ccr.sourceforge.net |