[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents success or failure conditions when handling mask characters.
Source position: masks.pas line 169
protected type TMaskBase.TMaskFailCause = ( |
||
mfcSuccess, |
|
The mask was examined and a match was found. |
mfcMatchStringExhausted, |
|
Characters in a compared value were exhausted before a match was found. |
mfcMaskExhausted, |
|
Values in a mask expression were exhausted before a match was found. |
mfcMaskNotMatch, |
|
The compared value is not a match for a given mask expression. |
mfcUnexpectedEnd |
|
Default error condition when an invalid op code is found for a mask expression. |
); |
TMaskFailCause is the type returned from the IntfMatches method in TMaskUTF8 and descendent classes.
Version 4.0 | Generated 2025-05-03 | Home |