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 から呼び出されるか、UnsupportedArchitectures や UnsupportedPlatforms プロパティの値が変更された際に呼び出されます。

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

関連項目