Data.DB.TBlobField.GetAsBytes
[–] 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.