FMX.Types.IRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IRoot = interface

C++

__interface  INTERFACE_UUID("{7F7BB7B0-5932-49DD-9D35-712B2BA5D8EF}") IRoot  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

IRoot is the interface that defines a root object.

IRoot declares methods and properties that define a root object.

Implement the IRoot interface to manage the Focused, Hovered, Captured, and BiDiMode (layout under Middle Eastern versions of operating systems) properties of all controls (and their children) in the current root object.

A root object is usually a form for all the components within it and for all the children of these components.

See Also