FMX.ActnList.IActionClient.GetRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRoot: TComponent;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IActionClient

Description

Returns the instance of the component that supports the IRoot interface.

The root component is usually a form where the control that supports this interface is placed.

GetRoot is used by the framework

See Also