FireDAC.Stan.Param.TFDParam.AsSingles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSingles[AIndex: Integer]: Single read GetAsSingles write SetAsSingles;

Properties

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

Description

Represents an array of Single values.

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

Setting the AsSingles property sets the DataType property to ftSingle.

See Also