Цитата:
Сообщение от T232006
Здравствуйте, уважаемые дельфисты!
Подскажите, можно ли в RAD Studio 11.3 создавать блоки в редакторе кода по типу Region в Visual Studio? Ну чтобы можно было свернуть часть кода в одну строку.
|
Hello there
Using the regions overview and endregion directives in RAD Studio 11.3 will allow you to create break down code blocks that replicate the region in visual studio. For improved clarity; you can use this to compress sections of your code into a single line.