Vcl.ControlList.TCustomControlList.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll;

C++

void __fastcall SelectAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList

Description

Selects all of the list items.


See Also