Jump to content
Ian Branch

Is this deliberate?

Recommended Posts

Latest Gexperts SVN, D10.3.3.

On creating a new Message using the Message Dialog Wizard I now get this sort of message code..

procedure TForm3.FormShow(Sender: TObject);
begin
MessageDlg(_('Test message.'), mtInformation, [mbOK], 0);
end;

Note the '_(' & ')' around the message.

Something new.  And the '_' is an undeclared identifier.

Take the '_(' & ')' out and all is good in the world.

Ian

Edited by Ian Branch

Share this post


Link to post

Ha. Ha!  Didn't twig.

Also, in my case, the Dialog opens like this..

image.thumb.png.8539efda7b77c2de6510d18af9e19b7c.png

The same in D10.4.

D2007 Opens OK with the full dialog.

Regards & Tks,

Ian

Edited by Ian Branch

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
×