Jump to content
Sign in to follow this  
Abhishek Karn

An unexpected error occurred code maintenance - A1000012

Recommended Posts

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
Quote

none error here, RAD 11.2

 

procedure TForm1.Button1Click(Sender: TObject);
begin
  Caption := #194'ge';
end;
 

 

image.png.12a7b8b6673ed4b4fc4dedf83bec817c.png

Edited by programmerdelphi2k

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
Sign in to follow this  

×