Data.DB.TBlobField.SetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

procedure SetAsBytes(const Value: TArray<Byte>); override;

C++

virtual void __fastcall SetAsBytes(const System::DynamicArray<System::Byte> Value);

Description

Sets the value of the BLOB field with the given TBytes.

SetAsBytes sets the BLOB field value with the given array of bytes.

See Also