Lazarus supports regions in two flavors:

Code:
{$REGION Fold anything you want} 

{$ENDREGION}
and

Code:
{%REGION Fold anything you want} 

{%ENDREGION}
Though the first one should raise a warning from the compiler