IBX.IBSQL.TIBXSQLVAR.AsQuad
Delphi
property AsQuad: TISC_QUAD read GetAsQuad write SetAsQuad;
C++
__property Ibx::Ibheader::TISC_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.