Data.DB.TBlobField.GetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsBytes: TArray<Byte>; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TBlobField

Description

Returns the value of the BLOB field as TBytes.

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

See Also