RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWritableValue.SetStaticBytes Method

Sets the open array value for byte array and blob types

Pascal
procedure SetStaticBytes(Offset: Int64; const Buffer: array of Byte; BufferOffset: Int64; Length: Int64); virtual;
C++
virtual __fastcall SetStaticBytes(Int64 Offset, const array of Byte Buffer, Int64 BufferOffset, Int64 Length);

Sets the open 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!