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

interface XFormComponent
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::container::XChild
       |  
       +--XFormComponent
::com::sun::star::container::XChild
(referenced interface's summary:)
provides access to the parent of the object.
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