procedure UpdateStrings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Pat
Posts: 5
Joined: Mon Oct 12, 2015 6:10 am

procedure UpdateStrings

Post 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;
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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?
Best regards,
Igor Siticov.
Pat
Posts: 5
Joined: Mon Oct 12, 2015 6:10 am

Post 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.
Post Reply