Data.DB.TField.GetAsBytes
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TField | |
Delphi
function GetAsBytes: TArray<Byte>; virtual;
C++
virtual System::DynamicArray<System::Byte> __fastcall GetAsBytes();
Description
Returns the value of the field as TBytes.
Descendants of TField that represent TBytes fields override the GetAsBytes method to return the value of the field as TBytes.