StdFormPerformValidations event
Occurs when the user clicks WinStudio also fires the event during several other operations, as noted below.
on the menu.The default implementation executes all validations specified for the components on the form and displays an error message if the value of a component fails a validation.
The default implementation in a form without custom event handlers fires the following sequence of standard events:
- StdFormGetBoundValues
- StdFormPerformValidations
- StdFormValidationsCompleted
Your application can call the default implementation by generating the event.
Remarks
The default implementation is a form-level operation. WinStudio generates the event during several standard operations: Next, Previous, First, Last, New, Copy, Save, and Save Current.