Volk65 Posted May 5, 2017 Posted May 5, 2017 If I write in the title '\': pan1.Caption:='\'; then at runtime I see '\\' what am I doing wrong? Quote
Sherzod Posted May 5, 2017 Posted May 5, 2017 Hi, We will analyze this... (although this is a special HTML character) For now you can use like this: pan1.Caption := '\'; Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.