[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the position for the cursor (or caret) when an EditMask is used in the control.
Source position: maskedit.pp line 302
protected procedure TCustomMaskEdit.CheckCursor; |
CheckCursor is a procedure used to update the position for the cursor (or caret) when an EditMask is used in the control. CheckCursor uses the value from IsMasked to determine if the cursor position needs to be updated by calling SetCursorPos. When IsMasked returns False, no actions are performed in the method.
Used in the implementation of the SetSpaceChar method.
|
True if a non-empty value has been assigned to EditMask. |
|
|
Contains the value used to represent Space (#32) characters in the control value. |
Version 4.0 | Generated 2025-05-03 | Home |