Skip to main content

TcxDBCurrencyEdit Class

A data-aware editor that enables editing currency data.

Declaration

TcxDBCurrencyEdit = class(
    TcxCustomCurrencyEdit
)

Remarks

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

TcxDBCurrencyEdit extends its ancestor class with the DataBinding property, which allows you to specify data access options. Refer to the TcxCustomCurrencyEdit class description to learn about the settings that TcxDBCurrencyEdit inherits from the ancestor class.

See Also