Abhishek Karn 0 Posted January 11, 2023 Hello All I am trying to build my Delphi code with Some French translation like caption = ''#194'ge' it is getting compiled but on UI i am getting some error like "An unexpected error occurred code maintenance - A1000012" Can anyone help me with the same . we are using Delphi 10.3 Share this post Link to post
programmerdelphi2k 237 Posted January 11, 2023 (edited) Quote none error here, RAD 11.2 procedure TForm1.Button1Click(Sender: TObject); begin Caption := #194'ge'; end; Edited January 11, 2023 by programmerdelphi2k Share this post Link to post