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