Data.DBXCommon.TDBXAnsiCharsValue.SetStaticBytes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetStaticBytes( Offset:       Int64;
const Buffer: array of Byte;
BufferOffset: Int64;
Length:       Int64); override;

C++

virtual void __fastcall SetStaticBytes(__int64 Offset, const System::Byte *Buffer, const System::NativeInt Buffer_High, __int64 BufferOffset, __int64 Length);

Description

Sets the open array value for byte array and blob types

Data.DBXCommon.TDBXAnsiCharsValue.SetStaticBytes inherits from Data.DBXCommon.TDBXWritableValue.SetStaticBytes. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetStaticBytes.

Sets the open array value for byte array and blob types

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