IBX.IBSQL.TIBXSQLVAR.AsFloat
Delphi
property AsFloat: Float read GetAsFloat write SetAsFloat;
C++
__property float AsFloat = {read=GetAsFloat, write=SetAsFloat};
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 Float value.
Use the AsDouble property to read the value of the field's data into an object or variable of type Float, or to assign a Float value to the contents of the field.