[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The position of the editing cursor in the control.
Source position: stdctrls.pp line 861
public property TCustomEdit.CaretPos : TPoint |
CaretPos is a TPoint property which contains the coordinates for the caret (or editing cursor) in the control. The coordinates reflects logical (UTF-8) characters and lines.
The value in CaretPos is updated by the widgetset class when key and selection control messages are handled.
Version 4.0 | Generated 2025-05-03 | Home |