FMX.Edit.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
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Selects all the characters of the displayed Text at once. Equivalent to the CTRL+A key combination on Windows, or Command+A on OS X.

SelectAll does not change the current CaretPosition.

See Also