Data.DBXPlatform.TDBXPlatform.CopyBcd
Delphi
class procedure CopyBcd(const Value: TBcd; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;
C++
static void __fastcall CopyBcd(const Data::Fmtbcd::TBcd &Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
procedure function  | 
		public | Data.DBXPlatform.pas Data.DBXPlatform.hpp  | 
        Data.DBXPlatform | TDBXPlatform | 
Beschreibung
Kopiert Bytes von einem BCD-Wert in einen TBytes-Wert.
Die statische Methode CopyBcd kopiert Bytes von Value (beginnend am DestOffset) in Dest.