Search Results

2
votes

#region equivalent in CodeGear RAD Studio? Similar way to group code?

As an addition to eKek0's answer note that (at least in d2009) you can select the code lines that you want to put in a region, right click and choose Surround | Region. You'll be prompted for the …
1
vote

Does Delphi ‘s REGION directive support a default ‘folded’ attribute?

Note that in d2009 a folded region will remain folded the next time that you open that project. This may be tied to the 'save project desktop' option. …