Skip to content

pbShowWaitDialog - cWebButton

Determines whether a wait dialog is shown while OnClick event is being processed

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

Syntax

{ WebProperty=Client }
Property Boolean pbShowWaitDialog
Access Type Syntax
Read Access: WebGet pbShowWaitDialog to BooleanVariable
Write Access: WebSet pbShowWaitDialog to BooleanVariable/Value

Description

If set to True, a wait dialog is shown while the OnClick event is being processed.

The default is False.

To configure a wait dialog for every server-action in non-button web classes, use SetActionMode.

Set psWaitMessage to configure the message that is displayed during the wait period.

About Web Properties

Each web property maintains two values: The regular property value is set during object creation and should not be changed during the lifetime of that object. To access that value, use the standard property Get and Set syntax.

The web property value is the local value stored at each client. This is synchronized to the client's local value whenever a server call is being processed. To access the web property value, use the WebGet and WebSet syntax above instead of the standard Get and Set syntax.