Data.DB.TField.IsNull
Delphi
property IsNull: Boolean read GetIsNull;
C++
__property bool IsNull = {read=GetIsNull, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Beschreibung
Gibt an, ob dem Feld ein Wert zugewiesen ist.
Mit IsNull können Sie ermitteln, ob im Feld ein Wert gespeichert ist. Hat IsNull den Wert true, enthält das Feld keinen Wert. Hat IsNull den Wert false, enthält das Feld einen Wert.