FireDAC.Stan.Param.TFDMacro.IsNull
Delphi
property IsNull: Boolean read GetIsNull;
C++
__property bool IsNull = {read=GetIsNull, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacro |
Description
Indicates whether the TFDMacro component is NULL.
The IsNull property returns TRUE if the TFDMacro component is NULL and FALSE otherwise.