service CurrencyField in module com::sun::star::form::component::

(Global Index)

Syntax

service CurrencyField;

Description

This service specifies the ControlModel for an edit field which contains a currency value.

Included Services

com::sun::star::awt::UnoControlCurrencyFieldModel

com::sun::star::form::DataAwareControlModel

Description

is an abstract service for specialized FormControlModel s which are data aware and thus can be bound to a data source.


Exported Interfaces

com::sun::star::form::XReset

Description

resets the control.


Property Summary

DefaultValue returns the default value used by reset.

Property Details



DefaultValue

Syntax

double DefaultValue;

Description

returns the default value used by reset.

Top of Page