FMX.ActnList.TCustomAction.SetVisible

From RAD Studio API Documentation

Delphi

procedure SetVisible(Value: Boolean); override;

C++

virtual void __fastcall SetVisible(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Sets the new Value of the Visible property for the action and action's clients. {{#multireplace:FMX.ActnList.TCustomAction.SetVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedAction.SetVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Actions.TContainedAction.SetVisible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the new Value of the Visible property for the action and action's clients.

SetVisible always propagates this Value to all clients of the action.

See Also