[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when the control value is invalid for its edit mask.
Source position: maskedit.pp line 268
protected procedure TCustomMaskEdit.DoValidationError; |
Signals the OnValidationError event handler (when assigned). It is called from the ValidateEdit method when TextIsValid returns False and ValidationErrorMode is set to mvemEvent.
|
Event handler signalled when the value for the masked edit control is invalid. |
|
|
Validates the value for the edit control when an EditMask has been specified. |
|
|
Indicates the action taken when the control value is invalid for its mask. |
Version 4.0 | Generated 2025-05-03 | Home |