IBX.IBSQL.TIBXSQLVAR.AsQuad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsQuad: TISC_QUAD read GetAsQuad write SetAsQuad;

C++

__property Ibx::Ibheader::TGDS_QUAD AsQuad = {read=GetAsQuad, write=SetAsQuad};

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 a Quad value.

Use the AsQuad property to read the value of the field's data into an object or variable of type Quad, or to assign a Quad value to the contents of the field.