FMX.Types.IRoot Methods
InheritedProtected
| AddObject | public | Declares the method which adds the object provided in the AObject parameter to the list of children of the current root parent. |
| AddRef | public | Increments the reference count for this interface. |
| BeginInternalDrag | public | Start the drag-and-drop operation for the specified object. |
| GetActiveControl | public | Defines a method to get the current active control. |
| GetBiDiMode | public | Getter function for the BiDiMode property. |
| GetCaptured | public | Getter function for the Captured property. |
| GetFocused | public | Getter function for the Focused property. |
| GetHovered | public | Defines the getter for the Hovered property. |
| GetObject | public | Returns the current object as a TFmxObject. |
| InsertObject | public | Adds a specified object to the list of children, at a specified position. |
| NewFocusedControl | public | Declares a method to set the specified Value control as having the focus and returns the control that obtains the focus. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| RemoveObject | public | Defines the methods which remove an object from the list of children. |
| SetActiveControl | public | Declares a method which sets the focus to the specified AControl control, if possible. |
| SetCaptured | public | Setter function for the Captured property. |
| SetFocused | public | Setter function for the Focused property. |
| SetHovered | public | Defines the setter for the Hovered property. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |