Announcement

Collapse
No announcement yet.

Edit Dialog Name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Edit Dialog Name

    Hello! Tell me, please, which team is responsible for changing the name of the dialog box?

  • #2
    tblDialogProps = {};
    tblDialogProps.DialogTitle = "MyDialog";

    Application.SetDialogProperties("Setting", tblDialogProps);

    Comment

    Working...
    X