formVarValue (property)

This property contains the form variable value for the current request.

Syntax

- (NSString*)formVarValue:(int)varIndex;
- (void)setFormVarValue:(int)varIndex:(NSString*)newFormVarValue;
public func formVarValue(varIndex: Int32) throws -> String
public func setFormVarValue(varIndex: Int32, newFormVarValue: String) throws -> Void

Default Value

""

Remarks

This property contains the form variable value for the current request.

The VarIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FormVarCount property.

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