Parameter | Description |
---|---|
hoView | Handle of the view to unload |
Procedure UnloadView Handle hoView
Call: | Send UnloadView hoView |
Sometimes you may wish to retain the web application's current state, but remove specific views (cWebView) or dialogs (cWebModalDialog) its associated web properties from the client. Send UnloadView to remove a specific view or dialog from the client.
Note: unloading a view is more secure than hiding it, because its data is removed from the client.