[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get the value for the CaretPos property.
Source position: stdctrls.pp line 919
protected function TCustomMemo.GetCaretPos: TPoint; override; |
Returns the position of the editing cursor or caret.
GetCaretPosition is an overridden method in TCustomMemo used to get the value for the CaretPos property. It calls the GetCaretPos method in the widgetset class to get the return value for the method.
|
The position of the editing cursor in the control. |
|
|
Get the value for the CaretPos property. |
|
|
Sets the position for the editing cursor or caret to the specified location. |
Version 4.0 | Generated 2025-05-03 | Home |