-1

I try show a MessageDlgPos with a different title in Delphi , It has to be MessageDlgPos because I need to specify the position x and y

how I can change the title of a MessageDlgPos?

Tom Brunberg
  • 20,312
  • 8
  • 37
  • 54
FF2
  • 75
  • 6

1 Answers1

-1

Check out this answer, but modify this line:

dialog.Position := poScreenCenter;
Community
  • 1
  • 1
JosephStyons
  • 57,317
  • 63
  • 160
  • 234