FMX.Text.ITextActions.SelectWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectWord;

C++

virtual void __fastcall SelectWord() = 0 ;

Properties

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

Description

Selects the word at the current position.

Implement SelectWord in order to select the word at the current position.

See Also