interface XFormComponent in module com::sun::star::form::

(Global Index)

Syntax

interface XFormComponent : com::sun::star::container::XChild ;

Description

describes a component which may be part of a form.

A form may contain form components, like controls, which provide a user interface, but may also contain other components which provide several services within a form, for example, this could be a timer which schedules an event periodically.

See also

XForm

Known Services Which Export this Interface

com::sun::star::form::FormComponent

Method Details


Top of Page