DesignIntf.IDesignObject.NamePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NamePath: string read GetNamePath;

C++

__property System::UnicodeString NamePath = {read=GetNamePath};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject

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.

See Also