|
An Xbase++ #include file containing some definitions which
are either not generally supplied or available, or enhance the
definitions supplied by Alaska.
Examples include enhanced pseudo-functions for testing the type of a variable.
The enhancement means that the functions can be used in #xcommand directives where
the variable might not exist. There is also an extended DLLFUNCTION syntax which provides
you with the ability to use aliases for function names (so that you can effectively rename
functions from (for example) "OpenPrinterA" to "OpenPrinter"), and to optimise calls for repeated use.
|