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 used in the field mappings of the BOD or BDE Components, are implicitly declared. Adding them to this hook is not required.
Example:
#include <bic_text>
table txprc100 |* Prices
string date.string(14)
boolean retb
#pragma used dll "otxprcdll0001"