Vcl.ComCtrls.TCustomListView.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll; override;

C++

virtual void __fastcall SelectAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Selects all items or all text in the selected item.

SelectAll selects all items in the view.

See Also