FireDAC.Stan.Param.TFDParam.AsFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFloat: Double read GetAsFloat write SetAsFloat;

C++

__property double AsFloat = {read=GetAsFloat, write=SetAsFloat};

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 Float value.

The AsFloat property represents the Float value of a TFDParam object.

Setting the AsFloat property sets the DataType property to ftFloat.

See Also