delphidelphi-ide

Where's the word wrap setting for the editor in Delphi?


Where's the word wrap setting for the editor in Delphi?

I can't find it in Tools -> Options -> Editor Options.


Solution

  • There is no word wrap setting. The IDE's Code Editor does not support word wrap. To wrap long lines, use the Enter key.