IBX.IBCustomDataSet.TIBBCDField.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
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

Description

Returns the value of the field as a Variant.

IBX.IBCustomDataSet.TIBBCDField.GetAsVariant inherits from Data.DB.TBCDField.GetAsVariant. All content below this line refers to Data.DB.TBCDField.GetAsVariant.

Returns the value of the field as a Variant.

The GetAsVariant method returns the value of the field as a Variant.

See Also