Data.DBXDelegate.TDBXDelegateWritableValue.SetDynamicBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateWritableValue

Delphi

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

C++

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

Description

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

Data.DBXDelegate.TDBXDelegateWritableValue.SetDynamicBytes inherits from Data.DBXCommon.TDBXWritableValue.SetDynamicBytes. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetDynamicBytes.

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