DesignIntf.IDesignObject.GetComponentName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesignObject

Delphi

function GetComponentName: string;

C++

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

Description

Returns the name of the design object as it appears in code, if the design object is a component.

See Also