:: com :: sun :: star :: sdb ::

interface XFormDocumentsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFormDocumentsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides the access to a container of database forms.
See also
Forms
Developers Guide
12.2.2 Database Access - Data Sources in OpenOffice.org API - DataSources - Forms and Reports

Methods' Summary
getFormDocuments returns the container of forms.  
Methods' Details
getFormDocuments
::com::sun::star::container::XNameAccess
getFormDocuments();

Description
returns the container of forms.
Returns
the form documents
See also
Forms
Top of Page