RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregateField.currency Property

Determines whether the value in the field should be formatted as a currency value.

Pascal
property currency: Boolean;
C++
__property Boolean currency;

Use currency to specify the formatting of the field if its ResultType is a floating-point type (ftFloat or ftCurrency). 

Floating-point values are formatted for display using the DisplayFormat property if it is assigned. If DisplayFormat is not assigned, currency determines how the field is formatted for display. If currency is true, the value is formatted for display using the FloatToText function with the ffCurrency formatting code. If currency is false, the value is formatted with the ffGeneral format. 

 

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