Jump to content
PhxMarco

FMX MessageDialog consts

Recommended Posts

Hi,

I need to change the values used by the dialogs, for language translation.

These are in FMX.Consts:


  { Dialog Strings }
  SMsgDlgWarning = 'Warning';
  SMsgDlgError = 'Error';
  SMsgDlgInformation = 'Information';
  SMsgDlgConfirm = 'Confirm';
  SMsgDlgYes = 'Yes';
  SMsgDlgNo = 'No';

  ....
 

but what is the right way to change them, at compile time, at runtime, and how ?

Thanks for any help

 

 

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×