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