External Interfaces Options
If you open an external interface definition (by double clicking it, or right clicking and choosing options, or selecting it and giving an enter ), the following screen appears:

The following options can be set:
Option: |
Description: |
Value: |
Name |
The name of the External Interface library file. |
<Text>. |
Description |
A free to choose description of the External Interface. |
<Text>. |
Parser validation: | No validation of calls to this library This option will not validate the routines or parameters of the external interface call. |
|
Warning when routine is missing or validation fails Warnings will be displayed on validation of the call command, when the called routine is not defined in the external interface or if the parameters do not match. |
||
Validate defined routines. Error when validation fails Errors will be displayed on validation of the call command, when the called routine is defined in the external interface but the parameters do not match. |
||
STRICT: Validate all. Error when missing or validation fails Errors will be displayed on validation of the call command, when the called routine is not defined in the external interface or if the parameters do not match. |