GeekArticles
Programming
Delphi
Programming
DelphiCreate Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive
<p><a Delphi TIPS</i></a> :: <a Delphi 2006 (both Win32 and .Net) you can apply a special {$REGION directive to mark a collapsible regions in the code editor. </p>
<p>To mark code as a region, surround it with the REGION and ENDREGION directives. You may include a caption that will be displayed when the code is folded and hidden. </p>
<p>Read the <b>full tip</b> to learn how to <a Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive</a>.</p>
<p><b>Related: </b> <a First Look at (Borland Developer Studio) Delphi 2006</a> | <a Delphi Compiler Directives</a> | <a to enable .NET Compiler Warnings when using the dcc32 compiler?</a></p>
<p 1px solid Collapsible Code Blocks in Delphi Code Editor using the {$REGION} directive</a> originally appeared on <a Delphi Programming</a> on Friday, November 13th, 2009 at 02:00:42.</p><p><a | <a | <a Collapsible Code Blocks in Delphi Code Editor using the {$REGION} this</a></p>
Sponsored Links
Read Next: Drawing on a TStatusBar's Panel Delphi control: Styling a Panel with Background Color, Font Color,
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
