RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXStreamValue.SetDynamicBytes Method

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

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!