Topic: Multi-line Comment

Good Day!

Is there a way for me to comment couple/several of lines with just a shortcut e.g. Ctrl+/ after selecting the lines?

Thanks in advance

brian

Re: Multi-line Comment

Hello.


Example

{
procedure HelloWorld (s: string);
begin
  ShowMessage(s);
end;
}
Dmitry.