Vertaling van "isvalid" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
To validate an element, pass the value to isValid()
Um ein Element zu prüfen, muss der Wert an isValid() übergeben werden
Note that if any one of the validation checks in isValid() fails, an appropriate failure message is prepared, and the method immediately returns false.
Zu beachten ist, das wenn eine der Prüfungen in isValid() fehlschlägt, eine entsprechende Fehlernachricht vorbereitet wird, und die Methode sofort false zurückgibt.
IsValid 0 (false) if the data is invalid; otherwise, returns 1 (true).
IstGültig 0 (falsch), wenn die Daten ungültig sind, ansonsten 1 (wahr).
IsValid(table::field) returns 0 if the related table was renamed and the relationship isn't updated with the new filename. Related topics
IstGültig (Tabelle::Feld) gibt 0 zurück, wenn die Bezugstabelle umbenannt wurde und die Beziehung nicht mit dem neuen Dateinamen aktualisiert wurde.
You have to check the IsValid property for each of the validators to determine which of the validators failed.
Du mußt die IsValid Eigenschaft auf jedes der validators überprüfen, um festzustellen, welches der validators ausfiel.
IsValid() is used to check whether a value is stored.
IsValid() wird benutzt, um zu überprüfen, ob ein Wert gespeichert wird.
The first argument of this method is a data input value, that you would pass to the isValid() method.
Das erste Argument dieser Methode ist ein Datenwert, der an die isValid() Methode übergeben werden würde.
In general, the isValid() method should not throw any exceptions, except where it is impossible to determine whether or not the input value is valid.
Normalerweise sollte die isValid() Methode keine Ausnahmen werfen, außer wenn es unmöglich ist festzustellen ob ein Eingabewert gültig ist oder nicht.
Note that isValid() will be called automatically when you receive the files and have not called it previously.
Es ist zu beachten das isValid() automatisch aufgerufen wird, wenn die Dateien empfangen werden und es zuvor noch nicht aufgerufen wurde.
isValid() will validate every required element, and any unrequired element contained in the submitted data.
isValid() prüft jedes benötigte Element, und jedes nicht benötigte Element das in den übermittelten Daten enthalten ist.
Unlike isValid(), however, if a particular key is not present, it will not run validations for that particular element
Anders, als isValid(), werden, wenn ein spezieller Schlüssel nicht vorhanden ist, Prüfungen für dieses spezielle Element nicht durchgeführt
isValid() accepts the file name of the uploaded or downloaded file, the temporary file name and or the name of the form element.
isValid() akzeptiert den Dateinamen der hochgeladenen oder heruntergeladenen Datei, den temporären Dateinamen oder den Namen des Formularelements.
Concerning the implementation, this means, that a form collects the status of all controls and returns the aggregated value executing the isValid() method.
Für das Formular selbst bedeutet das, dass die Methode isValid() den Status von jedem Element abfragt und daraus einen kumulierten Wert erzeugt.