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

Description

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