Vcl.Menus.TMenuActionLink.SetAutoCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAutoCheck(Value: Boolean); override;

C++

virtual void __fastcall SetAutoCheck(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuActionLink

Description

Sets the specified value to the AutoCheck property of the client for the menu action link if IsAutoCheckLinked is True.

SetAutoCheck sets the specified Value to the AutoCheck 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 AutoCheck property of the client. That is, if IsAutoCheckLinked is True.

See Also