On 23/07/07, Raistware <[EMAIL PROTECTED]> wrote:
>> Here is an example of regions used in the Visual Studio IDE for C# code
>>
>>  #Region " Windows Form Designer generated code "
>> ...
>> #End Region
>>

In CodeGear that is achieved with these tags:

{$REGION 'Description about the fold'}
Code
..
..
{$ENDREGION}

Might it helps!

Thanks, it will help.  After reading Mattias's reply, I was wondering
what format to use, without having to submit a patch for the FPC
compiler. #Region is obviously not a valid Object Pascal syntax
element. Putting it in a comment block would work, like you mentioned.

Regards,
 - Graeme -

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to