Data.DB.TBlobField.GetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAsBytes: TArray<Byte>; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetAsBytes();

Description

Returns the value of the BLOB field as TBytes.

GetAsBytes returns the BLOB field value as an array of bytes.

See Also