farshadmohajeri / extpascal

Automatically exported from code.google.com/p/extpascal
49 stars 28 forks source link

Unable to display the string with double quotes #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
# What steps will reproduce the problem?

1.code: 

      MyEdit := TExtFormTextField.Create; 
      with MyEdit.AddTo(Items) do 
        Begin 
          InputType := itText; 
          SetValue('_"xx"_'); 
        end; 
2.
3.

# What is the expected output? What do you see instead?

I expected _"xx"_ but see _'xx'_ 

# What version of the product are you using? On what operating system?

- ExtPascal: rev.683
- ExtJS: v.3.1.1
- Compiler: Delphi XXXX, FPC X.X.X
- OSes: XXXXX, XXXXX, XXXXX
- WebServer: XXXXXX
- Mode: CGI, FCGI or Embedded

# Please provide any additional information below.

- related discussion thread:
http://groups.google.com/group/extpascal/browse_thread/thread/a9e80e85f7d84
5b6

Original issue reported on code.google.com by krtlm...@gmail.com on 20 Apr 2010 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by wanderla...@gmail.com on 18 Jun 2010 at 5:51