IBX.IBSQL.TIBXSQLVAR.IsNull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsNull: Boolean read GetIsNull write SetIsNull;

C++

__property bool IsNull = {read=GetIsNull, write=SetIsNull, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Beschreibung

Gibt an, ob dem Feld ein Wert zugewiesen ist.

Mit IsNull können Sie überprüfen, ob das Feld einen Wert enthält. Hat IsNull den Wert true, enthält das Feld keinen Wert. Hat IsNull den Wert false, enthält das Feld einen Wert.