FMX.ActnList.TCustomAction.SetVisible

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

Delphi

procedure SetVisible(Value: Boolean); override;

C++

virtual void __fastcall SetVisible(bool Value);

プロパティ

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

説明

アクションやアクションのクライアントの Visible プロパティの新しい Value を設定します。

FMX.ActnList.TCustomAction.SetVisible は System.Actions.TContainedAction.SetVisible を継承しています。以下の内容はすべて System.Actions.TContainedAction.SetVisible を参照しています。

アクションやアクションのクライアントの Visible プロパティの新しい Value を設定します。

SetVisible は、この Value をアクションのすべてのクライアントに伝播します。

関連項目