JVCL Help:TJvRegularExpressionValidator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRegularExpressionValidator Class
[+] JvValidators.pas Classes
[+] TJvRegularExpressionValidator Methods
[+] TJvRegularExpressionValidator Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponent
TJvBaseValidator
TJvRegularExpressionValidator
run\JvValidators.pas
Summary
Can perform validation based on regular expressions.
Pascal
run\JvValidators.pas
TJvRegularExpressionValidator = class(TJvBaseValidator);
Description
Use TJvRegularExpressionValidator when you need to validate complex strings containing regular expression strings.
Note that this component currently is broken due to function MatchesMask() in JvValidators.pas calling on Masks.MatchesMask() which has nothing whatever to do with regular expressions to perform matching.
See Also
TJvCompareValidator, TJvCustomValidator, TJvRangeValidator, TJvRequiredFieldValidator
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page