Form Procedures

In addition to event procedures, each form has a Procedures submodule that can be called internally from a form procedure, a module procedure, or a test. Procedures can be used to validate user input, initialize forms, translate text to number values, communicate with other ATEasy modules and external programs, modify information presented on the form, and pass in data from the form to a user of the form. Procedures are, by default, not public.