Source position: jwawinnls.pas line 1268
type _currencyfmtA = record |
NumDigits: UINT; |
LeadingZero: UINT; |
Grouping: UINT; |
lpDecimalSep: LPSTR; |
lpThousandSep: LPSTR; |
NegativeOrder: UINT; |
PositiveOrder: UINT; |
lpCurrencySymbol: LPSTR; |
end; |