FireDAC.Stan.Param.TFDParam.AsFloats

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFloats[AIndex: Integer]: Double read GetAsFloats write SetAsFloats;

Properties

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

Description

Represents an array of Float values.

The AsFloats property represents a Float item of an array-valued TFDParam object with an AIndex index.

Setting the AsFloats property sets the DataType property to ftFloat.

See Also