Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

delphi's #region

Status
Not open for further replies.

Tdrgabi

Programmer
Jun 24, 2004
43
RO
I've worked with C# for a while, and i enjoy a lot the
#region command. It wrilly helps.
Is there any way to do this in delphi 7.0. I know that Delphi 2005 has it, but we cant upgrade to Delphi 2005 yet.

So is there any option hidden somewhere deep inside the dephi to do that, or any wizard, expert that you know?

In case youre not familiar with what #region does:
You simply write a #region ALABEL HERE
and a #endRegion somewhere in the IDE, and simply collapse, expand the code between these thow directives.
 
In D2005, it's similar :

{$REGION 'some methods'}
{$ENDREGION}



-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
i know that in 2005 its posible,
but i want to know if there is any way to get the same result,
in Delphi7 using a command , compiler directive somehow (?!) or a wizard (most likely) ....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top