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: Handle hoView

ParameterDescription
hoViewHandle of the view to become the top view in the stack


Syntax
Procedure NavigateCancelTo Handle hoView

Call: 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.

See Also

NavigateBegin | NavigateCancel | NavigateClose | NavigateCloseTo | NavigateForward | NavigateForwardCustom | NamedValueAdd | NamedValueGet