Vcl.StdCtrls.TCustomListBox.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Selects the entire block of text in the list box.

Use SelectAll to select the entire block of text in the list box. To select only part of the text, use the SelStart and SelLength properties.