FMX.ActnList.TCustomAction.SetVisible

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.ActnList.TCustomAction.SetVisible inherits from System.Actions.TContainedAction.SetVisible. All content below this line refers to System.Actions.TContainedAction.SetVisible.

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