FMX.ActnList.TCustomAction.UnsupportedPlatforms

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

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default [];

C++

__property System::Sysutils::TPlatforms UnsupportedPlatforms = {read=FUnsupportedPlatforms, write=SetUnsupportedPlatforms, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction


説明

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

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

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

関連項目