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

interface XStarBasicDialogInfo

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