FMX.Memo.Types.TCaretPosition.IncrementLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IncrementLine;

C++

void __fastcall IncrementLine();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
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