Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMemo.CaretPos Property

Determines the caret’s position within a memo editor.

#Declaration

Delphi
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