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

com :: sun :: star :: script ::

interface XStarBasicDialogInfo

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

Description
Interface describing old style basic dialog (SI controls) in binary data


Methods' Summary

getName
getData

Methods' Details

getName
 
string
getName();
Returns
Name of the dialog
getData
 
sequence< byte >
getData();
Returns
binary data describing the SIDialog in SBX stream format

Top of Page