Vcl.NumberBox.TCustomNumberBox.CurrencyFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CurrencyFormat: TNumberBoxCurrencyFormat

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox


Beschreibung

Legt die Position und den Abstand des CurrencyString für den Währungsmodus fest.

Einzelheiten dazu finden Sie unter TFormatSettings.CurrencyFormat. Der Standardwert entspricht FormatSettings.CurrencyFormat.



Siehe auch