Data.DB.TBCDField.CopyData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyData(Source, Dest: TValueBuffer); overload; override;
procedure CopyData(Source, Dest: Pointer); overload; override; deprecated 'Use overloaded method instead';

C++

virtual void __fastcall CopyData(System::DynamicArray<System::Byte> Source, System::DynamicArray<System::Byte> Dest)/* overload */;
virtual void __fastcall CopyData _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (void * Source, void * Dest)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TBCDField

Description

Copies the given currency value of the source to the given currency destination.

The CopyData method is used to copy currency data from the given Source to the given Dest.

See Also