Data.DB.TParam.GetAsBytes
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TParam |
Delphi
function GetAsBytes: TArray<Byte>;
C++
System::DynamicArray<System::Byte> __fastcall GetAsBytes();
Description
The protected method that returns the value of the field parameter as TBytes.