Data.DBXCommon.TDBXWritableValue.AsVariant
Delphi
property AsVariant: OleVariant read GetAsVariant write SetAsVariant;
C++
__property System::OleVariant AsVariant = {read=GetAsVariant, write=SetAsVariant};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXWritableValue | 
Description
OleVariant representation of this TDBXWritableValue.
If there is no supported conversion to this type, an exception is raised.