Show: Delphi
C++
Display Preferences
FMX.Types.IRoot
From XE3 API Documentation
Delphi
type IRoot = interface(IInterface) [{7F7BB7B0-5932-49DD-9D35-712B2BA5D8EF}]
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 provides a list of the main methods and properties that define a root object. Implement the IRoot interface to manage the focus, access, and message capturing of all controls and their children.
An example of a root is a form for all the components within it and for all the children of the components.