FMX.Forms.IDesignerHook.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
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IDesignerHook

Description

Returns the current entity being edited by the form designer.

Implement GetRoot to obtain the object the form designer is working on.