UnloadView - cWebApp

Removes a specific view or dialog from the client

Type: Procedure

Parameters: Handle hoView

ParameterDescription
hoViewHandle of the view to unload


Syntax
Procedure UnloadView Handle hoView

Call: Send UnloadView hoView


Description

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.