FMX.Memo.Types.TCaretPosition.IncrementLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IncrementLine;

Properties

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

Description

Increments the caret position by one line.

The IncrementLine method increments by one the value of the field Line to increment the caret position by one line.

See Also