System.Actions.TContainedAction.SetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVisible(Value: Boolean); virtual;

C++

virtual void __fastcall SetVisible(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

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