Skip to content

NavigateCancelTo - cWebView

Works the same as NavigateCancel, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface)

Type: Procedure

Parameters

Parameter Type Description
hoView Handle Handle of the view to become the top view in the stack

Syntax

Procedure NavigateCancelTo Handle hoView

Call Example

Send NavigateCancelTo hoView

Description

NavigateCancelTo works the same as NavigateCancel, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface). Selecting any breadcrumb item other than the second to top item performs a NavigateCancelTo.

A description of the navigate cancel process is detailed in NavigateCancel. NavigateCancel actually sends the NavigateCancelTo message, passing the second to top view as hoView.