Data.FmtBcd.BcdToStr
Delphi
function BcdToStr(const Bcd: TBcd): string;
function BcdToStr(const Bcd: TBcd; const Format: TFormatSettings): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall BcdToStr(const TBcd &Bcd)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Data.FmtBcd.pas Data.FMTBcd.hpp |
Data.FmtBcd | Data.FmtBcd |