FMX.Memo.Types.TCaretPosition.DecrementLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DecrementLine;

Properties

Type Visibility Source Unit Parent
procedure public FMX.Text.pas FMX.Memo.Types TCaretPosition

Description

Decrements the caret position by one line.

The DecrementLine method decrements by one the value of the field Line to decrement the caret position by one line.

See Also