Data.DB.TParam.GetAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also