FireDAC.Stan.Param.TFDParam.AsSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSingle: Single read GetAsSingle write SetAsSingle;

Properties

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

Description

Specifies the value of a TFDParam when it represents a Single value.

The AsSingle property represents the Single value of a TFDParam object.

Setting the AsSingle property sets the DataType property to ftSingle.

See Also