Operators |
dev_open_dialog — Open a modal HDevelop dialog.
dev_open_dialog( : : DialogName : )
dev_open_dialog opens a modal HDevelop dialog type DialogName. DialogName contains the name of the dialog which should be opened.
The following dialogs, are supported:
DialogName | Dialog |
---|---|
'about_dialog' | About dialog |
'duplicate_procedure_dialog' | Duplicate Procedure dialog |
'export_dialog' | Export dialog |
'open_graphics_windows_dialog' | Open Graphics Window dialog |
'insert_visualization_code_dialog' | Insert Visualization Code dialog |
'read_image_dialog' | Read Image dialog |
'print_dialog' | Print dialog |
'properties_dialog' | Properties dialog |
'save_window_dialog' | Save Graphic Window dialog |
This operator is not supported for code export.
Name of the dialog which should be opened.
dev_open_dialog ('print_dialog')
If the values of the specified parameters are correct, dev_open_tool returns 2 (H_MSG_TRUE). Otherwise an exception is raised and an error code returned.
Foundation
Operators |