[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents the action taken for an error in TMaskEdit validation.
Source position: maskedit.pp line 148
type TMaskEditValidationErrorMode = ( |
||
mvemException, |
|
Causes an exception to be raised for a validation error in TMaskEdit. |
mvemEvent |
|
Causes the OnValidationError event handler to be signalled for a validation error in TMaskEdit. |
); |
TMaskEditValidationErrorMode is an enumerated type with values that represent the action taken when a error occurs while validating the value in TCustomMaskEdit and descendants. It is the type used to implement the ValidationErrorMode property in TCustomMaskEdit.
|
Indicates the action taken when the control value is invalid for its mask. |
|
|
Event handler signalled when the value for the masked edit control is invalid. |
Version 4.0 | Generated 2025-05-03 | Home |