TTMSFNCMemoCaretPosition Record
Identifies a position in the editor by line number and column, used for caret placement and source navigation.
API unit family: TMSFNCMemo
Syntax
TTMSFNCMemoCaretPosition = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Line |
Integer |
One-based line number of the position. |
Pos |
Integer |
One-based column (character) number within the line. |