ServiceRequest.ShowWaiter

Syntax

ShowWaiter: Boolean;

Description

The ShowWaiter property determines whether a loading indicator is displayed.

Comments

Use JSON or the setShowWaiter method to set the property value and the getShowWaiter method to get the property value.

If the property is set to True (default), a loading indicator is displayed, otherwise it is not.

Example

The property use is given in the example for ServiceRequest.BackgroundRequestTimeout.

See also:

ServiceRequest