FireDAC.Stan.Param.TFDParam.AsBooleans

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBooleans[AIndex: Integer]: Boolean read GetAsBooleans write SetAsBooleans;

Properties

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

Description

Represents an array of Boolean values.

The AsBooleans property represents an Boolean item of an array-valued TFDParam object with an AIndex index.

Setting the AsBooleans property sets the DataType property to ftBoolean.

See Also