API:IBX.IBCustomDataSet.TIBStringField.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 public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBStringField

Description

Returns the value of the wide string field as a Variant.

IBX.IBCustomDataSet.TIBStringField.GetAsVariant inherits from Data.DB.TWideStringField.GetAsVariant. All content below this line refers to Data.DB.TWideStringField.GetAsVariant.

Returns the value of the wide string field as a Variant.

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

If the field does not have a value, Null is returned.

See Also