FMX.ListBox.TCustomListBox.ClearSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSelection;

C++

void __fastcall ClearSelection();

Properties

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

Description

Deselects all the selected items from the list box.

If no items are selected before calling ClearSelection, nothing happens.

See Also