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

(Global Index)

Syntax

service DatabaseImageControl;

Description

returns control for displaying images stored in a database.

Included Services

com::sun::star::awt::UnoControlImageControlModel

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::XImageProducerSupplier

Description

is necessary for displaying images.


Property Summary

ReadOnly Is it possible to set new images?

Property Details



ReadOnly

Syntax

boolean ReadOnly;

Description

Is it possible to set new images?

Top of Page