TcxCustomMemo.CaretPos Property
In This Article
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