wijmo.input Namespace > IFieldsCollection Interface : SetValue Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IFieldsCollection; var returnValue; // Type: any // Parameters var value; // Type: string var flag; // Type: bool returnValue = instance.SetValue(value, flag); |