IBX.IBSQL.TIBXSQLVAR.AsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDouble: Double read GetAsDouble write SetAsDouble;

C++

__property double AsDouble = {read=GetAsDouble, write=SetAsDouble};

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 Double value.

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