FMX.Memo.Types.TCaretPosition
Delphi
TCaretPosition = FMX.Text.TCaretPosition;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record | public | FMX.Memo.Types.pas | 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.