Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XFormDocumentsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides the access to a container of database forms.


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

Top of Page