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

interface XFormComponent
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::container::XChild
    |
    +-XFormComponent
Description
describes a component which may be part of a form.

This interface does not really provide an own functionality, it is only for easier runtime identification of form components.

See also
XForm

Top of Page