FMX.Platform.TPlatformServices

提供: RAD Studio API Documentation
移動先: 案内検索

System.TObjectTPlatformServices

Delphi

TPlatformServices = class

C++

class PASCALIMPLEMENTATION TPlatformServices : public System::TObject

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


説明

アプリケーションが動作しているプラットフォームで利用可能なサービスを判断するために使用できるクラスです。

TPlatformServices を使用すると、実行時のプラットフォーム上で利用可能なサービスを判断したり、そのサービスを有効にしてアプリケーションで使用することができます。 たとえば、OS X が動作しているコンピュータ上で仮想キーボード サービスが利用可能かを確認すると、結果は不可になりますが、Windows では仮想キーボード サービスが利用可能です。

関連項目