Data.DBXCommon.TDBXAnsiCharsValue.SetStaticBytes

From RAD Studio API Documentation

Delphi

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

C++

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

Properties

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

Description

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

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.