Skip to main content

TcxCurrencyEditProperties Class

Contains settings specific to currency editors.

Declaration

TcxCurrencyEditProperties = class(
    TcxCustomCurrencyEditProperties
)

Remarks

The TcxCurrencyEditProperties class publishes various settings declared in base classes. To adjust settings of currency editors use the Properties object of a corresponding class (TcxCustomCurrencyEdit.Properties, for instance). To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

A number of properties 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