Skip to main content
Version: 21 BETA

Web Form

Web Form : 4D.WebForm

ParameterTypeDescription
Result4D.WebFormNew Web Form proxy object

Description

The Web Form command returns a 4D.WebForm proxy object, providing a means to work with and effectively emulates the Page's properties and functions.

info

Keep in mind that a 4D.WebForm object is a proxy object, and not a direct reference to the web form object itself. As a consequence for example, the 4D.WebForm object does not expose all Page properties in the Debugger.

Each property of the returned object is an object of the 4D.WebFormItem class.

The command returns null if it is called in a request that does not originate from Qodly Studio.

See also

Web Event
WebForm class
WebFormItem class

Properties

Command number1735
Thread safe