Skip to main content
Version: 20 R7 BETA

WA Get page content

WA Get page content ( {* ;} 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 resultStringHTML source code

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

Description

The WA Get page content command returns the HTML code of the current page or the page being displayed in the Web area designated by the * and object parameters.

This command returns an empty string if the contents of the current page is not available.

See also

WA SET PAGE CONTENT