FMX.Memo.Types.TCaretPosition.DecrementLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DecrementLine;

C++

void __fastcall DecrementLine();

Properties

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