Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the state of internal variables.
Syntax
public boolean validate([Object _calledFrom])
Run On
Called
Parameters
- _calledFrom
Type: Object Class
Return Value
Type: boolean
Always returns true.
Remarks
This method is called before closing the dialog box, and should be called in the run method. It must only contain code that adds warnings to the Infolog.
The method should generally return errors by using the Global::CheckFailed method. Do not use the throw statement in this method.