FMX.Menus.TMenuItem.IsSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSelected: Boolean read FIsSelected write SetIsSelected;

C++

__property bool IsSelected = {read=FIsSelected, write=SetIsSelected, nodefault};

Properties

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

Description

Specifies whether the TMenuItem is selected. IsSelected is True if the TMenuItem is selected, and False otherwise.

See Also