Show: Delphi
C++
Display Preferences
FMX.Platform.TPlatformServices
From XE3 API Documentation
Delphi
TPlatformServices = class
C++
class PASCALIMPLEMENTATION TPlatformServices : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | FMX.Platform |
Description
Is a class that can be used to determine the services that are available on the platform your application is running on.
Use TPlatformServices in order to determine the services that are available on the run-time platform, and also to enable and use those services in your application. For instance you could check if a virtual keyboard service is available on a Mac OS X running computer and the results would be negative, while on Windows the virtual keyboard service is available.