Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > D

DLLOAD

Scroll Prev Top Next More

(DLLOAD('libraryname.ext'))

 

Checks to see if a given library file is loaded.

 

The function returns an integer value of 1 if the library is loaded and 0 if a given library is not loaded.

 

Example:

 

SET VARIABLE vLoadPlugin = (DLLOAD('RCharts11.RBM'))

 

See Also:

 

CDECL

CHKFUNC

DELFUNC

DLLCALL

DLFREE

LIST FUNCTIONS

STDCALL