FMX.Text.ITextActions.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll;

C++

virtual void __fastcall SelectAll() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Text.pas
FMX.Text.hpp
FMX.Text ITextActions

Description

Selects all the current text.

Implement SelectAll in order to select the entire text.

See Also