Data.DB.TObjectField.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 TObjectField

Description

Returns the value of the field as a Variant.

GetAsVariant creates a variant array with the fields owned and returns the obtained result.

See Also