Skip to main content

TcxCustomCurrencyEditProperties Class

Represents settings specific to currency editors.

Declaration

TcxCustomCurrencyEditProperties = class(
    TcxCustomTextEditProperties
)

Remarks

The TcxCustomCurrencyEditProperties class provides settings specific to currency editors. The TcxCurrencyEditProperties class publishes them for access from currency editors. To adjust settings of currency editors, use the Properties object of a corresponding class (TcxCustomCurrencyEdit.Properties, for instance).

TcxCustomCurrencyEditProperties members control the way a currency value is presented. The DisplayFormat defines the format for a value. Use the Nullable and Nullstring properties to specify the manner in which NULL values are displayed.

See Also