JVCL Help:TJvRegularExpressionValidator

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComponent
TJvBaseValidator
TJvRegularExpressionValidator
run\JvValidators.pas


Summary

Can perform validation based on regular expressions.

run\JvValidators.pas


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.

run\JvValidators.pas

See Also

TJvCompareValidator, TJvCustomValidator, TJvRangeValidator, TJvRequiredFieldValidator

run\JvValidators.pas


About

Navigation

run\JvValidators.pas



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