Skip to content

UnloadView - cLocalWebAppHost

Removes a specific view or dialog from the client

Type: Procedure

Parameters

Parameter Type Description
hoView Handle Handle of the view to unload

Syntax

Procedure UnloadView Handle hoView

Call Example

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.