Navigation:  Reference > Functions >

RemoveDLL()

Print this Topic Previous pageReturn to chapter overviewNext page

 

REMOVE_DLL(1)

 

PURPOSE

This function will remove a DLL from memory previously loaded with the LOAD_DLL() function.

 

PARTS

 

1 f/c/eRequired - The DLL handle number returned in the LOAD_DLL() function.

 

RETURN TYPE - L

If the DLL is found and removed properly the function will return .T., if not, it will return .F.

 

COMMENTS

All DLLs are removed automatically when the program in which they were loaded exits.

 

SEE ALSO

DLLFC()

 

NOTE : A good example of the use of this function would be with the TASXLS.DLL and the TASEXCEL.DLL these two DLL program are used to update or Write Excel Spreadsheet file. Very useful to add graphing capability's to  your TAS Professional programs.

for more information on these programs contact : Button

 

 


Page url: http://www.cassoftware.com/tas/manual/removedll().htm