Purpose
A value that indicates whether the server is to be closed automatically.
Class
Type
Access / Assign
Data Type
Logic | Symbol
Description
bBrowser:AutoClose indicates, how the linked server is to be treated. This may be due to the bBrowser being destroyed or with a call to the method bBrowser:Use() .
The following table defines the possible values:
| Value | Description | 
| TRUE | The server is closed. | 
| FALSE, #Never | The server is not closed. | 
| #OnlyWhenLastClient | The server is closed only, if the bBrowser is the last registered client. | 
After creating a bBrowser control, the access contains the value FALSE.
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_autoclose.htm