Skip to main content
Version: 20 R7 BETA

WA Back URL available

WA Back URL available ( {* ;} object ) -> Function result

ParameterTypeDescription
*OperatorIf specified, object is an object name (string) If omitted, object is a variable
objectanyObject name (if * is specified) or Variable (if * is omitted)
Function resultBooleanTrue if there is a previous URL in the sequence of URLs opened;otherwise, False

This command is not thread-safe, it cannot be used in preemptive code.

Description

The WA Back URL available command finds out whether there is a previous URL available in the sequence of URLs opened in the Web area designated by the * and object parameters.

The command returns True if a URL exists and False otherwise. More particularly, this command can be used, in a custom interface, to enable or disable navigation buttons.

See also

WA Forward URL available
WA OPEN BACK URL