API:Data.DBXCommon.TDBXWritableValue.AsVariant

From RAD Studio API Documentation
Jump to: navigation, search

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

AsVariant is the OleVariant representation of this TDBXValue.

Data.DBXCommon.TDBXWritableValue.AsVariant inherits from Data.DBXCommon.TDBXValue.AsVariant. All content below this line refers to Data.DBXCommon.TDBXValue.AsVariant.

AsVariant is the OleVariant representation of this TDBXValue.

If there is no supported conversion to this type, an exception is raised.

See Also