Data.DB.TBCDField.CopyData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBCDField

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(TValueBuffer Source, TValueBuffer Dest)/* overload */;
virtual void __fastcall CopyData _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (void * Source, void * Dest)/* overload */;

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