[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the name path of this component.
Source position: classesh.inc line 1851
public function TComponent.GetNamePath: string; override; |
GetNamePath returns the name of the component as it will be shown in the object inspector.
TComponent overrides GetNamePath so it returns the Name property of the component.
|
Name of the component. |
|
|
Returns a string that can be used to identify the class instance. |