<< filebrowser | Gui module | inserthtml >> |
h = helpdlg() |
h = helpdlg(text_help) |
h = helpdlg(text_help, title) |
h = helpdlg(text_help, title, 'on') |
a string or a cell of string: the help message.
a string: the title of the dialog box.
a QObject handle.
errordlg creates an help dialog box.
h = helpdlg(text_help, title, 'on') specifies whether to replace an existing dialog box having the same name.
h = helpdlg()
h = helpdlg('help string')
h = helpdlg('help string', 'dialog title')
h = helpdlg('help string', 'dialog title')
h = helpdlg('help string', 'dialog title', 'on')
warndlg, errordlg, questdlg, msgbox.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET