[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The position of the text cursor.
Source position: stdctrls.pp line 808
public property TCustomEdit.CaretPos : TPoint |
Character positions are relative to the string, independent of LTR/RTL display. The position reflects logical (UTF-8) characters.
Position zero is right before the first character.
If there is a selection, the caret is considered to be right after the last selected character.
lazarus-ccr.sourceforge.net |