FireDAC.Stan.Param.TFDParam.AsExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsExtended: Extended read GetAsExtended write SetAsExtended;

C++

__property System::Extended AsExtended = {read=GetAsExtended, write=SetAsExtended};

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 Extended.

The AsExtended property represents the Extended value of a TFDParam object.

Setting the AsExtended property sets the DataType property to ftExtended.

See Also