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

unpublished interface XFormDocumentsSupplier
Description
provides the access to a container of database forms.
See also
Forms
Developers Guide
13.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