DesignIntf.IDesigner60.GetRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRoot: TComponent;

C++

virtual System::Classes::TComponent* __fastcall GetRoot() = 0 ;

Properties

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

Description

Returns the current entity being edited by the form designer.

GetRoot is the read implementation of the Root property. It returns the object on which the form designer is working.

See Also