[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns a string that can be used to identify the class instance.
Source position: classesh.inc line 305
public function TPersistent.GetNamePath: String; virtual; |
GetNamePathreturns a string that can be used to identify the class instance. This can be used to display a name for this instance in a Object designer.
GetNamePathconstructs a name by recursively prepending the Classnameof the Ownerinstance to the Classnameof this instance, separated by a dot.
|
Returns the owner of the component. |