Vcl.ControlList.TCustomControlList.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
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList

Description

Deselects all of the list items, including the current item.


See Also