FireDAC.Stan.Param.TFDParam.IsNull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsNull: Boolean read GetIsNull;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam


Beschreibung

Gibt an, ob ein TFDMacro-Wert NULL ist.

Die Eigenschaft IsNull wird auf TRUE gesetzt, wenn ein TFDParam-Wert NULL ist. Ansonsten wird die Eigenschaft auf FALSE gesetzt.

Siehe auch