TMiniFMXScene Class
Definition
The scene manager. Use it to access to current scene and go to an other one.
Delphi
type TMiniFMXScene = class(TObject)
- Inheritance
-
TObjectTMiniFMXScene
Properties
| Current |
Return current scene on screen. Change it's value to show an other scene. |
Methods
| CurrentInstance |
Return the instance of current displayed scene (a TForm or a TFrame). |
| CurrentInstanceAsTForm | |
| CurrentInstanceAsTFrame | |
| CurrentIsAForm | |
| CurrentIsAFrame | |
| RegisterAForm<T>(TSceneType, Boolean) |
Register a TForm as a new scene |
| RegisterAFrame<T>(TSceneType, Boolean) |
Register a TFrame as a new scene |
| RegisterScene<T>(TSceneType, Boolean) | |
| UnRegisterScene(TSceneType) |
Unregister a scene from the list (to use only if you remove scenes and free their instance manually) |