DesignIntf.IDesignObject.GetNamePath
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignObject | |
Delphi
function GetNamePath: string;
C++
virtual System::UnicodeString __fastcall GetNamePath() = 0 ;
Description
Returns the name of the design object as it appears in the Object Inspector.
It returns a string that the Object Inspector displays for the Name property.
GetNamePath is the getter method for the NamePath property.