Skip to main content

TcxCurrencyEdit Class

An editor that enables editing currency data.

Declaration

TcxCurrencyEdit = class(
    TcxCustomCurrencyEdit
)

Remarks

A TcxCurrencyEdit object is a currency editor. The following image demonstrates the currency editor displaying the value using English (United States) regional settings.

TcxCurrencyEdit does not introduce any new functionality. It simply publishes properties inherited from base classes. Refer to the TcxCustomCurrencyEdit class description to learn more.

See Also