Data.DB.TParam.GetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsBytes: TArray<Byte>;

C++

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

Properties

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

Description

The protected method that returns the value of the field parameter as TBytes.

See Also