DesignIntf.IDesigner60.GetRoot

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 GetRoot: TComponent;

C++

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

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