UpdateStateHash - cWebView

Triggers an update of the state hash

Type: Procedure

Parameters: Boolean bReplace

ParameterDescription
bReplaceIf True, the new state hash replaces the current state instead of adding a new history item


Syntax
Procedure UpdateStateHash Boolean bReplace

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