Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > D

DLFREE

Scroll Prev Top Next More

(DLFREE('libraryname.ext'))

 

Checks to see if a given library file can be freed.

 

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

 

Example:

 

SET VARIABLE vFreePlugin = (DLFREE('RCharts11.RBM'))

 

See Also:

 

CDECL

CHKFUNC

DELFUNC

DLLCALL

DLLOAD

LIST FUNCTIONS

STDCALL