Click or drag to resize

Control.PerformValidations Method

X#
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
Request Example View Source

Return 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