Data.DB.TField.GetAsVariant

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 GetAsVariant: Variant; virtual;

C++

virtual System::Variant __fastcall GetAsVariant();

Description

Returns the value of the field as a Variant.

Descendants of TField that represent fields that hold any value that can be given as a Variant override the GetAsVariant method to return the value of the field as a Variant.

Trying to call the GetAsVariant method raises an exception.

See Also