FMX.Platform.IFMXApplicationService Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetDefaultTitle | public | |
| GetTitle | public | |
| GetVersionString | public | Returns the application version number. |
| HandleMessage | public | In descendants, HandleMessage implements functionality to handle the application messages. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Run | public | In descendants, Run implements functionality to execute the application. |
| Running | public | |
| SetTitle | public | |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| Terminate | public | In descendants, Terminate implements functionality to terminate the application. |
| Terminating | public | |
| WaitMessage | public | In descendants, WaitMessage implements functionality to wait for a new message to be placed in the message queue. |