FireDAC.Stan.Util.FDDouble2BCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDDouble2BCD(const AExt: Extended; out AVal: TBcd);

C++

extern DELPHI_PACKAGE void __fastcall FDDouble2BCD(const System::Extended AExt, /* out */ Data::Fmtbcd::TBcd &AVal);

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 double value to a TBcd.

The FDDouble2BCD procedure converts the AExt parameter to a TBcd value and passes it to the AVal parameter.

See Also