FMX.StdActns.TViewAction.UnsupportedPlatforms

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

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default 0;

C++

__property UnsupportedPlatforms = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TViewAction

説明

サポートされていない OS プラットフォームのセットを定義します。

FMX.StdActns.TViewAction.UnsupportedPlatforms は FMX.ActnList.TCustomAction.UnsupportedPlatforms を継承しています。以下の内容はすべて FMX.ActnList.TCustomAction.UnsupportedPlatforms を参照しています。

サポートされていない OS プラットフォームのセットを定義します。

TPlatform 型は、Windows、Mac OS、Android、その他プラットフォームを識別する定数である、pfWindowspfMacOSpfiOSpfAndroidpfLinux を定義します。

UnsupportedPlatforms を使用すると、一連のサポートされていない OS プラットフォームを識別することができます。

関連項目