FireDAC.Stan.Util.FDFloatRec2BCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDFloatRec2BCD(const ARec: TFloatRec; out ABcd: TBcd);

C++

extern DELPHI_PACKAGE void __fastcall FDFloatRec2BCD(const System::Sysutils::TFloatRec &ARec, /* out */ Data::Fmtbcd::TBcd &ABcd);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Converts a floating-point number to a string.

FDFloatRec2BCD converts the floating-point value represented by the TFloatRec utility record to its binary-coded decimal (BCD) representation.

See Also