FMX.Memo.TCustomMemo.GoToLineEnd
Delphi
procedure GoToLineEnd;
C++
void __fastcall GoToLineEnd();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TCustomMemo |
Description
Moves the cursor to the end of the current visual line.
When WordWrap is True, then each line (in the memo text) can be separated into several 'visual lines'.
GoToLineEnd moves the cursor to the end of the current (pointed by the cursor) visual line.