IBX.IBSQL.TIBXSQLVAR.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Variant read GetAsVariant write SetAsVariant;

C++

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

Properties

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

Description

Returns the value of the XSQLVAR field component.

Use Value to return the value of the XSQLVAR field component as a Variant.