[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the namepath of this collection item.
Source position: classesh.inc line 500
public function TCollectionItem.GetNamePath: string; override; |
GetNamePath overrides the TPersistent.GetNamePath method to return the name of the managing collection and appends its TCollectionItem.Index property.
|
Pointer to the collection managing this item. |
|
|
Returns a string that can be used to identify the class instance. |
|
|
Index of the item in its managing collection TCollection.Items property. |