quotedstring delphi code example
Example: how to insert apostrophe in delphi string
Writeln('I''m in your head'); //prints: I'm in your head
Writeln(''''); //prints: '
Writeln('I''m in your head'); //prints: I'm in your head
Writeln(''''); //prints: '