Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > D

DELFUNC

Scroll Prev Top Next More

(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