FMX.Controls.IScene Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| AddUpdateRect | public | Adds a specified rectangle to the list of rectangles to be updated. |
| ChangeScrollingState | public | |
| DisableUpdating | public | The DisableUpdating method disables the update of the IScene. |
| EnableUpdating | public | The EnableUpdating method enables the update of the IScene. |
| GetCanvas | public | Getter function for the Canvas property. |
| GetObject | public | Returns the current scene as a TFmxObject. |
| GetSceneScale | public | Declares the method returning the scale of the device screen. |
| GetStyleBook | public | Getter function for the StyleBook property. |
| GetUpdateRect | public | Gets a specified rectangle from the list of rectangles to be updated. |
| GetUpdateRectsCount | public | Returns the number of rectangles in the list of rectangles to be updated. |
| LocalToScreen | public | Transforms and returns a specified point from the local perspective to the screen perspective. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| ScreenToLocal | public | Transforms and returns a specified point from the screen perspective to the local perspective. |
| SetStyleBook | public | Setter function for the StyleBook property. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |