FireDAC.Stan.Param.TFDParam.IsNulls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsNulls[AIndex: Integer]: Boolean read GetIsNulls;

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 IsNulls property is set to TRUE if an item with an AIndex index of an array-valued TFDParam is NULL, and FALSE otherwise.

See Also