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

Description

Selects all text in the edit control.

Use SelectAll to select all text in the edit control. To select only part of the text, use the SelStart and SelLength properties.

See Also

Code Examples