Vcl.NumberBox.TCustomNumberBox.CurrencyString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrencyString: string

C++

__property System::UnicodeString CurrencyString = {read=FCurrencyString, write=SetCurrencyString, stored=IsCurrencyStringStored};

Properties

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

Description

Defines string for currency mode, which will be added at the end of display text.

Default value is FormatSettings.CurrencyString.

See Also