Data.DBXCommon.TDBXValue.GetAsVariant
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetAsVariant: OleVariant; virtual;
C++
virtual System::OleVariant __fastcall GetAsVariant();
Description
Applies a conversion to OleVariant, if needed.
If there is no supported conversion to this type, an exception is raised.