Page 1 of 1

procedure UpdateStrings

Posted: Mon Oct 12, 2015 9:43 am
by Pat
Hi,

I have a problem with the auto-generated procedure UpdateStrings.

The procedure is empty in some Projects. Maybe it's because the procedure is not generated in a new line (see below). The first 'end' is from the previous procedure.


end; procedure TMainForm.UpdateStrings;
begin
inherited;

end;

Posted: Mon Oct 12, 2015 11:49 pm
by isiticov
Hello,

This is strange. Does this unit contain ANY strings in CONST section to translate? If yes, could you please send as a sample of such unit that reproduces this problem and we will test this on our side?

Posted: Tue Oct 13, 2015 8:58 am
by Pat
Thanks for your answer.

I have already solved it :D

There was a comment after the 'end' of the previous procedure.

After removing the comment it works.