FireDAC.Stan.Param.TFDParam.AsSingle
Delphi
property AsSingle: Single read GetAsSingle write SetAsSingle;
C++
__property float AsSingle = {read=GetAsSingle, write=SetAsSingle};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
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.