Bt_CloseAll() Function

 

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

 

Bt_CloseAll() Function

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Close all open Tables

 

 

 

Prototype

 

 

FUNCTION Bt_CloseAll (  )

 

 

 

Return

 

 

NIL

 

 

 

Description

 

 

With this functions all open tables are closed. Please carefull when using this function, because any BtServer or BtTable object you have references to, becomes 'invalid'. This function may be called at program shutdown, and is called by Bt_Logout before logging out of the server

 

 

 

See Also

 

 

Bt_LogOut()