DesignIntf.IDesigner60.GetRootClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRootClassName: string;

C++

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

Properties

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

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