TcxCurrencyEdit Object

Applies to TestComplete 15.62, last modified on March 14, 2024

The TcxCurrencyEdit component represents the edit box that allows a user to input and edit currency data.

To obtain or set the component’s value, use the EditValue or Value property.

By default, the component displays its value in the format specified by the system’s regional settings, but you can also use a custom format to display the currency data. The formats applied to the component’s value in the display and edit modes are specified by the Properties.DisplayFormat and Properties.EditFormat properties, respectively. The Properties.UseThousandSeparator property specifies whether the component accepts the thousand separator character when the user inputs the value.

The range of acceptable values is specified by the Properties.MinValue and Properties.MaxValue properties.

The TcxCurrencyEdit component also lets you process a number of events that occur in it. For example, you can create an event handler for the OnChange event to perform specific actions when the component’s value is changed.

TcxCurrencyEdit Properties

TcxCurrencyEdit Methods

TcxCurrencyEdit Events

See Also

User Forms

Highlight search results