FMX.ListBox.TCustomListBox.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll;

C++

void __fastcall SelectAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Selects all the items in the list.

SelectAll works only if MultiSelect is set to True.

See Also