TComponent.GetNamePath

Returns the name path of this component.

Declaration

Source position: classesh.inc line 2125

public 
  function GetNamePath : string;  Override;

Description

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.

See also

Name Description
Name Name of the component.
TPersistent.GetNamePath Returns a string that can be used to identify the class instance.