Gibt die Anzahl der Elemente eines Formulars zurück.
#Include <FF.au3>
_FFFormGetElementsLength([$vForm = 0[, $sMode = "index"]])
Parameters
| $vForm | Index (0-n), Name oder ID des Formulars. | ||||||||
| $sMode |
|
||||||||
|
|||||||||
Return Value
| Success: | Returns int >= 0 |
| Failure: | Returns 0 and sets @ERROR |
| @ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFGetLength
Example