RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsCurrency Property

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

Pascal
property AsCurrency: Currency;
C++
__property Currency AsCurrency;

Use the AsCurrency property to read the value of the XSQLVAR field's data into an object or variable of type Currency, or to assign a Currency 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!