FMX.ListBox.TListBox.ShowCheckboxes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheckboxes: Boolean read FShowCheckboxes write SetShowCheckboxes default 0;

C++

__property ShowCheckboxes = {default=0};

Properties

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

Description

Displays a check box next to every item in the list box.

FMX.ListBox.TListBox.ShowCheckboxes inherits from FMX.ListBox.TCustomListBox.ShowCheckboxes. All content below this line refers to FMX.ListBox.TCustomListBox.ShowCheckboxes.

Displays a check box next to every item in the list box.

See Also