DesignIntf.IDesignObject.GetNamePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNamePath: string;

C++

virtual System::UnicodeString __fastcall GetNamePath() = 0 ;

Properties

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

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.

See Also