FMX.Memo.Types.TCaretPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCaretPosition = FMX.Text.TCaretPosition;

C++

typedef Fmx::Text::TCaretPosition TCaretPosition;

Properties

Type Visibility Source Unit Parent
record
typedef
public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

Description

Represents a record used to indicate the position of the cursor in a TMemo control.

Use Types.TCaretPosition to indicate a cursor position in the TMemo control.

Line indicates the line number and Pos, the horizontal shifting.

Note: Both Line and Pos are indexed from zero.


See Also