IPWorks 2020 JavaScript Edition

Questions / Feedback?

FormVars Property

Form variables for the current request.

Syntax


 getFormVars(): FormVarList;

 setFormVars(formVars: FormVarList): void;

Default Value

0

Remarks

This property contains form variables that are to be posted with the current request. The FormVars collection contains the variables as formvar types, which contains fields describing these variables.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]