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 ObjectsWebForm
objects are instantiated with the Web Form command.
#
Web FormHistory
|Version|Changes| |---|---| |v19 R3|Added|Web Form : 4D.WebForm
Parameter | Type | Description | |
---|---|---|---|
Result | 4D.WebForm | <- | New WebForm object |
#
DescriptionThe 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.