Resets a form
#Include <FF.au3>
_FFFormReset([$vForm = 0[, $sMode = "index"]])
Parameters
| $vForm | (Optional) Index (0-n), name or ID of the form. 0 = (Default) |
||||||||
| $sMode |
|
||||||||
Return Value
| Success: | Returns 1 |
| Failure: | Returns 0 and sets @ERROR |
| @ERROR: | 0 ($_FF_ERROR_Success) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFFormCheckBox, _FFFormOptionSelect, _FFFormSubmit, _FFFormRadioButton
Example