Skip to content

UpdateStateHash - cWebView

Triggers an update of the state hash

Type: Procedure

Parameters

Parameter Type Description
bReplace Boolean If True, the new state hash replaces the current state instead of adding a new history item

Syntax

Procedure UpdateStateHash Boolean bReplace

Call Example

Send UpdateStateHash bReplace

Description

This procedure triggers an update of the state hash.

It will regenerate the state hash and set it as the current hash. This is the recommended method to update the state hash in case of a custom change.

If bReplace is False, this will generate a new history item.