CustomStateHash - cWebView

Retrieves the custom part of the current view state hash when re-initializing a view based on a state hash

Type: Function

Return Data Type: String

Parameters: None

Return Value

String containing the custom state hash


Syntax
Function CustomStateHash Returns String

Call: Get CustomStateHash to StringVariable


Description

Retrieves the custom part of the current view state hash when re-initializing a view based on a state hash.

Note that this will only return a value if a state has been restored (a URL being entered or the browser's back / forward button being used). For drill-down applications, it will only return the initial value.

See Also

OnDefineCustomStateHash