Skip to main content

TcxCustomMemo.CaretPos Property

Determines the caret’s position within a memo editor.

Declaration

property CaretPos: TPoint read; write;

Property Value

Type
TPoint

Remarks

Use CaretPos to get and set the position of the caret in terms of the characters of text. The X and Y fields of the TPoint class specify the column and line (row) at which the caret is located within a memo editor.

See Also