FMX.Menus.TMenuItem.AutoCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCheck: Boolean read GetAutoCheck write SetAutoCheck stored AutoCheckStored default False;

C++

__property bool AutoCheck = {read=GetAutoCheck, write=SetAutoCheck, stored=AutoCheckStored, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMenuItem

Description

Controls whether the IsChecked property toggles when the TMenuItem is clicked.

Set the AutoCheck property to True if the toggling of the IsChecked property is desired when the TMenuItem is clicked, and to False otherwise.

See Also