FMX.ActnList.TCustomAction.UpdateSupported

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

Delphi

procedure UpdateSupported;

C++

void __fastcall UpdateSupported();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

説明

UpdateSupported は、Supported プロパティが変更された際に呼び出されます。

UpdateSupported は、Update から呼び出されるか、UnsupportedArchitecturesUnsupportedPlatforms プロパティの値が変更された際に呼び出されます。

UpdateSupported は、そのアクションが現在の CPU アーキテクチャおよび OS プラットフォーム下で、UnsupportedArchitecturesUnsupportedPlatformsHideIfUnsupportedInterfaceIsSupportedInterface の各プロパティを使用してサポートできるかどうかを分析します。 SupportedFalse と想定される場合、UpdateSupportedVisible および EnabledFalse に設定し、そうでなければ UpdateSupportedVisible および Enabled の値を、最後に SupportedFalse なる前の値に復元します。

関連項目