Vcl.NumberBox.TCustomNumberBox.CurrencyFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrencyFormat: TNumberBoxCurrencyFormat

C++

__property TNumberBoxCurrencyFormat CurrencyFormat = {read=FCurrencyFormat, write=SetCurrencyFormat, stored=IsCurrencyFormatStored, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

Defines CurrencyString placement and separation for currency mode.

For details see TFormatSettings.CurrencyFormat. Default value matches to FormatSettings.CurrencyFormat.


See Also