Skip to main content

WebForm

When working in 4D Web Studio, the WebForm class allows you to handle the behavior of your webform and its components on the server side.

WebForm Objects#

WebForm objects are instantiated with the Web Form command.

Web Form#

History|Version|Changes| |---|---| |v19 R3|Added|

Web Form : 4D.WebForm

ParameterTypeDescription
Result4D.WebForm<-New WebForm object

Description#

The Web Form command returns a 4D.WebForm object that references a webform.

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 4D Web Studio.