Data.DBXCommon.TDBXWritableValue.SetStaticBytes
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetStaticBytes( Offset: Int64;
const Buffer: array of Byte;
BufferOffset: Int64;
Length: Int64); virtual;
C++
virtual void __fastcall SetStaticBytes(__int64 Offset, const System::Byte *Buffer, const System::NativeInt Buffer_High, __int64 BufferOffset, __int64 Length);
Description
Sets the open array value for byte array and blob types
Sets the open array value for TDBXValue instances with a data type of BytesType and BlobType.