|
protectedvirtual |
Called by the framework to validate a new character against the corresponding mask char.
This function is called by the framework to validate the new character against the corresponding mask char. You can override it in a derived class for the custom processing.
The default implementation uses hard coded check against library-defined characters (see EnableMask() for the character table).
chChar | The character to be validated. |
chMaskChar | The corresponding character from the mask string |