FormVars Property

Form variables for the current request.

Syntax

public val formVars: MutableFormVarList

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 collection is indexed from 0 to size - 1.

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]