DataSet.IsNull
| DataSet = class (TObject) | Interface de DataSet | Exemples de DataSet |
Qubes 6.6 Indique si un champ est nul
Syntaxe
function IsNull(fieldName: String): Boolean
function IsNull(index: Integer): Boolean
fieldName: nom du champ
index: index du champ
Remarques
Retourne True si le champ spécifié est "Null".