Vcl.Menus.TMenuActionLink.IsVisibleLinked
Delphi
function IsVisibleLinked: Boolean; override;
C++
virtual bool __fastcall IsVisibleLinked(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuActionLink |
Description
Retrieves whether the action, associated by the menu action link to the client, controls the Visible property of the client.
IsVisibleLinked is designed to retrieve whether the action, associated by the menu action link to the client (menu item), controls the Visible property of the client.
IsVisibleLinked returns
True
if the action controls this property of the client and False
otherwise.