pbStateReplace - cWebView
Determines whether this view creates a new history item when navigating into the view
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbStateReplace
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbStateReplace to BooleanVariable |
| Write Access: | Set pbStateReplace to BooleanVariable/Value |
Description
If this property is True, this view will not create a new history item when navigating into the view. Instead the existing state will be replaced.
This is used by the login screen, which replaces the initial state hash, and after login restores the initial state to prevent the login screen from becoming a history item.