Data.DBXCommon.TDBXWideCharsValue.SetDynamicBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Sets the dynamic array value for TDBXValues with a data type of TDBXDataTypes.BytesType or TDBXTypes.BlobType.

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

See Also