TCurrencyFormatType Type |
Unit
QESBPCSGlobals2
Declaration
TCurrencyFormatType = (cftSymVal, cftValSym, cftSymSpaceVal, cftValSpaceSym);
Description
Used together with ESBNegativeFormatType.
Values |
cftSymVal | Currency Symbol then Currency Value. |
cftValSym | Currency Value then Currency Symbol. |
cftSymSpaceVal | Currency Symbol then Currency Value, separated by a space. |
cftValSpaceSym | Currency Value then Currency Symbol, separated by a space. |
|