DIAdemヘルプ

Dialog

  • 更新日2024-09-12
  • 2分で読める

Dialog

The object oriented script interface for user dialog boxes provides two Dialog objects. The first Dialog object corresponds with the user dialog box you create within the dialog editor. The second Dialog object corresponds with a non-modal user dialog box. You use the Dialog objects to define the size of the dialog box, the controls, and the basic properties of the user dialog box, such as size, title, and layers.

If you want to access the properties and methods of the user dialog box when you create a user dialog box within the event procedures, use the Dialog object.

If you create a script in the script editor of DIAdem and create a non-modal user dialog box with the command SudDlgCreate, use the Dialog <NonModal> to access properties and methods of this user dialog box within the script. Use the Dialog object in the event procedures for this non-modal dialog box.