RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWritableValue.SetDynamicBytes Method

Sets the dynamic array value for byte array and blob types.

Pascal
procedure SetDynamicBytes(Offset: Int64; const Buffer: TBytes; BufferOffset: Int64; Length: Int64); virtual;
C++
virtual __fastcall SetDynamicBytes(Int64 Offset, const TBytes Buffer, Int64 BufferOffset, Int64 Length);

Sets the dynamic array value for TDBXValue instances with a data type of BytesType and BlobType

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!