Data.DB.TBlobField.GetAsVariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

Properties

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

Description

Returns the value of the BLOB field as a Variant.

GetAsVariant returns the value of the BLOB field as a variant type. If the BLOB size is zero, a null variant is returned.

See Also