Vcl.Controls.TCustomListControl.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll; virtual; abstract;

C++

virtual void __fastcall SelectAll() = 0 ;

Properties

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

Description

Selects all items or all text in the selected item.

SelectAll performs different tasks, depending on the custom list control descendant. In list controls that allow multiple items to be selected, SelectAll selects all items in the list. In list controls that allow only one item to be selected, SelectAll selects the entire text of the current item.

See Also