Terminology

Unlike other scripts, procedures aren’t attached to fields, windows or forms; instead, procedures are called from other scripts in an application. When a procedure is called from another script, the two scripts involved have specific roles:

A set of parameters can be used to pass data to the called script or return data to the calling script.


Documentation Feedback