[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements the Matches method for the supported platform.
Source position: masks.pas line 241
protected function TMaskUTF8.intfMatches( |
aMatchOffset: Integer; |
aMaskIndex: Integer |
):TMaskFailCause; |
aMatchOffset |
|
Offset into the match string compared in the method. |
aMaskIndex |
|
Ordinal position for the op code used in the method. |
Success or failure reason for the comparison.
IntfMatches is a TMaskFailCause function which implements the Matches method in the class instance.
IntfMatches uses the compiled op codes for the Mask expression to determine whether a value in the compared string are suitable for op codes. The return value indicates the success or reason for failure in the method.
IntfMatches is called from the Matches method.
Version 4.0 | Generated 2025-05-03 | Home |