FireDAC.Stan.Param.TFDParam.IsNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsNull: Boolean read GetIsNull;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Indicates whether a TFDParam value is NULL.

The IsNull property is set to TRUE if a TFDParam value is NULL, and FALSE otherwise.

See Also