Vcl.Menus.TMenuActionLink.IsCheckedLinked
Delphi
function IsCheckedLinked: Boolean; override;
C++
virtual bool __fastcall IsCheckedLinked();
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 Checked property of the client.
IsCheckedLinked is designed to retrieve whether the action, associated by the menu action link to the client (menu item), controls the Checked property of the client.
IsCheckedLinked returns
True if the action controls this property of the client and False otherwise.