Skip to content

pbStateRestoreRecord - cLocalWebAppHost

Determines whether this view will create a new history item when it is entered

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbStateRestoreRecord
Access Type Syntax
Read Access: Get pbStateRestoreRecord to BooleanVariable
Write Access: Set pbStateRestoreRecord to BooleanVariable/Value

Description

If True, this view will not create a new history item when it is entered. Instead, the existing state will be replaced.

This is used by the login screen, which replaces the initial state and, after login, restores the initial state to prevent the login screen from becoming a history item.