qb45advr.hlp (Topic list)
DECLARE (Non-BASIC) Statement
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
DECLARE (Non-BASIC) - Declares calling sequences for external procedures
                      written in other languages
Syntax 1
  DECLARE FUNCTION name [CDECL] [ALIAS "aliasname"] [([parameterlist])]
Syntax 2
  DECLARE SUB name [CDECL] [ALIAS "aliasname"] [([parameterlist])]
    ■ name is the name that will be used to call the procedure
    ■ CDECL, aliasname and parameterlist are Details
 
See Also  CALLS and CALL(Non-BASIC) statements - to see how to call the
                                                 non-BASIC procedure