FMX.ListBox.TListBoxItem.IsSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSelected: Boolean read FIsSelected write SetIsSelected default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description

Specifies whether the item is selected.

If IsSelected is True, the item appears as selected inside its parent component.

See Also