Vcl.Menus.TMenuActionLink.IsAutoCheckLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsAutoCheckLinked: Boolean; virtual;

C++

virtual bool __fastcall IsAutoCheckLinked();

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 AutoCheck property of the client.

IsAutoCheckLinked is designed to retrieve whether the action, associated by the menu action link to the client (menu item), controls the AutoCheck property of the menu action link's client.

As implemented in TMenuActionLink, IsAutoCheckLinked retrieves whether the AutoCheck property of the client (menu item) and the AutoCheck property of the action, associated by the menu action link to the client, have the same values.

IsAutoCheckLinked returns True if both AutoCheck properties have the same values, and False otherwise.

See Also