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

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