Control.PerformValidations Method | |
Perform all the validations defined to this control's field specification (for example, required, maximum and minimum digits, maximum and minimum value, validation rule) and return the result of the test.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PerformValidations() AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PerformValidations()
Request Example
View SourceReturn Value
Type:
Usual
If any of the validations fail, this method sets the status of the control appropriately and returns FALSE. Otherwise, it returns TRUE.
See Also