RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsFloat Property

Represents the XSQLVAR field's value as a Float value.

Pascal
property AsFloat: Float;
C++
__property Float AsFloat;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!