Vcl.Controls.TCustomListControl.ClearSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSelection; virtual; abstract;

C++

virtual void __fastcall ClearSelection() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomListControl

Description

Removes the selection, leaving all items unselected.

Call ClearSelection to cancel the selection of any selected items in the list control. ClearSelection removes the selection, but leaves the items in the list.

See Also