IBX.IBSQL.TIBXSQLVAR.AsVariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsVariant: Variant read GetAsVariant write SetAsVariant;

C++

__property System::Variant AsVariant = {read=GetAsVariant, write=SetAsVariant};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Represents the XSQLVAR field's value as type Variant.

Use the AsVariant property to read the value of the field's data into a Variant, or to assign a Variant value to the contents of the field.