Querying Form Members
- Last UpdatedOct 25, 2022
- 1 minute read
You can query the members of a form using the command:
q var !!formname
This will list all the attributes of the form, and all the gadgets defined on it. This is a useful debugging aid.
To query all the gadgets of a form (excludes USERDATA gadget) use:
!!gadgetsarray = !!MyForm.gadgets()
Returns array of GADGET.