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?
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?
Check out this answer, but modify this line:
dialog.Position := poScreenCenter;