Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MessageDlg and button text

Status
Not open for further replies.

michaenh

Programmer
Aug 7, 2002
205
NO
Hi

Is it possible to change the button text in a MessageDialog.. ? To another language?

thanks
mha
 
Try using Google with the rather obvious keywords of

Delphi MessageDlg language



Andrew
 
thanx

I will try that!

Good idea.. :)

cheers,
mha
 
Okay, but it is also easy to point you in the direction of
Code:
CreateMessageDialog
and
Code:
FindComponent('Ok').Caption := 'Okey-dokey';

Cheers
 
Thanks I have solved it..

but your suggestion is also great...

thanx and cheers,
mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top