:: com :: sun :: star :: form :: control ::

service ImageControl
Description
describes a control used for displaying images stored in a database.

The model of the control has to support the ::com::sun::star::form::component::DatabaseImageControl service.

If the model of the control is valid bound to a database field, the control allows to select an image (browsing the file system) upon double clicking into it, and forwards the URL of the chosen image to the ImageURL property of its model.

See also
::com::sun::star::awt::UnoControl
See also
::com::sun::star::awt::UnoControlModel

Included Services
::com::sun::star::awt::UnoControlImageControl
specifies a control to display an image.
Exported Interfaces
::com::sun::star::form::XBoundControl
allows locking the input on components.

 
Top of Page