Declarations hook

Use this hook to declare tables and variables that must be globally available in all hooks of the extension. Also, the references to include files and DLLs that are used by the extension must be coded in this hook with #include and #pragma.

Tables that are selected in the extension type Table Selection are implicitly declared, so they do not have to be added to this hook.

Example:

#include        <bic_text>
        table   txprc100          |* Prices
                string  date.string(14)
                boolean retb
#pragma used dll "otxprcdll0001"