API:Data.DB.TBinaryField.CopyData
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TBinaryField | |
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 bytes of data from a given source to a given destination.
Data.DB.TBinaryField.CopyData inherits from Data.DB.TField.CopyData. All content below this line refers to Data.DB.TField.CopyData.
Copies bytes of data from a given source to a given destination.
The CopyData method is used to copy bytes of data from the given Source to the given Dest.