Declarations hook

Use this hook to declare tables and variables that must be globally available in all hooks of the extension.

The references to include files and DLLs that are used by the extension must be coded in this hook with #include and #pragma.

Example:

#include        <bic_tt>
        table   txprc000          |* Price Parameters
#pragma used dll "otxprcdll0000"