Vcl.Menus.TMenuActionLink.SetVisible
Delphi
procedure SetVisible(Value: Boolean); override;
C++
virtual void __fastcall SetVisible(bool Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuActionLink |
Description
Sets the specified visible state for the client of the menu action link if IsVisibleLinked is True.
SetVisible sets the specified Value to the Visible property for the client's menu item of the menu action link if the action, associated by the menu action link to the client, controls the Visible property of the client. That is, if
IsVisibleLinked is True.
Value specifies whether the client's menu item is visible.