Data.DB.TField.GetAsByteArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsByteArray: Variant; virtual;

C++

virtual System::Variant __fastcall GetAsByteArray();

Properties

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

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