// All source strings are built at runtime using RuntimeQuotes(N) because // ''' cannot be written as a Delphi string literal (it opens a multiline // string). Use RuntimeQuotes(3) = '''. // ...
This enhanced property editor has been designed to get round two limitations of the standard Delphi string property editor. The standard property editor does not allow multi-line strings with embedded ...