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

deprecated interface XStarBasicDialogInfo
Usage Restrictions
deprecated
Description
Interface describing old style basic dialog (SI controls) in binary data

Methods' Summary
getName returns the name of the dialog  
getData returns binary data describing the SIDialog in SBX stream format  
Methods' Details
getName
string
getName();

Description
returns the name of the dialog
getData
sequence< byte >
getData();

Description
returns binary data describing the SIDialog in SBX stream format
Top of Page