DesignIntf.IDesignObject.GetComponentName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetComponentName: string;

C++

virtual System::UnicodeString __fastcall GetComponentName() = 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 code, if the design object is a component.

See Also