From 5d88ad05e5956071d5904662d133625f157ce230 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 19 Jan 2006 02:54:27 +0000 Subject: Added documentation to validator controls. --- framework/Exceptions/messages.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 8c3cd3cb..f3d741cb 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -177,3 +177,9 @@ filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater th emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty. repeatinfo_repeatcolumns_invalid = TRepeatInfo.RepeatColumns must be no less than 0. + +basevalidator_associatedcontrolid_unsupported = TBaseValidator.AssociatedControlID is not supported. +basevalidator_controltovalidate_invalid = TBaseValidator.ControlToValidate is empty or contains an invalid control ID path. +basevalidator_validatable_required = TBaseValidator.ControlToValidate must point to a control implementing IValidatable interface. + +comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path. \ No newline at end of file -- cgit v1.2.3