FMX.Memo.TCustomMemo.SelectWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectWord;

C++

void __fastcall SelectWord();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Selects the word that contains the cursor.

In the memo's text, SelectWord selects a delimited by word dividing characters (space characters, punctuation marks, and others) substring (word) that contains the cursor. Here word dividing characters are space characters, line feeds, and punctuation marks.

See Also