Data.DBXCommon.TDBXStreamValue.SetDynamicBytes

From RAD Studio API Documentation

Delphi

procedure SetDynamicBytes( Offset:       Int64;  const Buffer:   TArray<Byte>; BufferOffset: Int64; Count:       Int64); override;

C++

virtual void __fastcall SetDynamicBytes(__int64 Offset, const System::DynamicArray<System::Byte> Buffer, __int64 BufferOffset, __int64 Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXStreamValue

Description

Sets the dynamic array value for byte array and blob types. {{#multireplace:Data.DBXCommon.TDBXStreamValue.SetDynamicBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXByteArrayValue.SetDynamicBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXByteArrayValue.SetDynamicBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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

See Also