DesignIntf.IDesigner60.GetRootClassName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetRootClassName: string;

C++

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

Description

Returns the class name for the root component.

Call GetRootClassName to obtain the class name of the component specified by the Root property.

See Also