DesignIntf.IDesignObject.NamePath
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignObject | |
Delphi
property NamePath: string read GetNamePath;
C++
__property System::UnicodeString NamePath = {read=GetNamePath};
Description
Determines the name of the design object as it appears in the Object Inspector.
Use NamePath to obtain a string that represents the name of the design object as it appears in the Object Inspector.