Data.DB.TField.GetAsByteArray

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: TField

Delphi

function GetAsByteArray: Variant; virtual;

C++

virtual System::Variant __fastcall GetAsByteArray();

Description

Returns the value of the field as a Variant holding unformatted data.

Descendants of TField that represent Variant fields holding unformatted data, override the GetAsByteArray method to return the value of the field as a Variant.

See Also