FireDAC.Stan.Util.FDFloatRec2BCD

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Beschreibung

Konvertiert eine Gleitkommazahl in einen String.

FDFloatRec2BCD konvertiert den im Hilfs-Record TFloatRec angegebenen Gleitkommawert in seine binärcodierte Dezimalrepräsentation (BCD).

Siehe auch