(DELFUNC('function_name'))
Deletes a declared DLL function. If the DLL function is successfully deleted, a 1 is returned. If the DLL function is not deleted, a 0 is returned.
Example:
SET VAR v1 = (DELFUNC('FunctionName'))
See Also:
CDECL
CHKFUNC
DLLCALL
DLLOAD
DLFREE
LIST FUNCTIONS
STDCALL