| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Overrides TPersistent.GetNamePath to return a proper pathname.
Source position: classesh.inc line 558
| public function TCollection.GetNamePath: string; override; | 
GetNamePath returns the name path for this collection. If the following conditions are satisfied:
collection has an owner and the owning object has a name, then the function returns the owner name, followed by the propname. If one of the conditions is not satisfied, then the classname is returned.
| TCollection.GetOwner | ||
| TCollection.Propname | 
 | Name of the property that this collection represents. |