FMX.Menus.TMenuItem.IsSelected
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.