Unit 'SynHighlighterPas' Package
[Overview][Constants][Types][Classes][Index] [#bs_synedit]

TPascalCodeFoldBlockTypes

Declaration

Source position: synhighlighterpas.pp line 179

type TPascalCodeFoldBlockTypes = set of (

  cfbtBeginEnd,

  

  cfbtTopBeginEnd,

  

  cfbtNestedComment,

  

  cfbtProcedure,

  

  cfbtUses,

  

  cfbtVarType,

  

  cfbtLocalVarType,

  

  cfbtClass,

  

  cfbtClassSection,

  

  cfbtUnitSection,

  

  cfbtProgram,

  

  cfbtUnit,

  

  cfbtRecord,

  

  cfbtTry,

  

  cfbtExcept,

  

  cfbtRepeat,

  

  cfbtAsm,

  

  cfbtCase,

  

  cfbtIfDef,

  

  cfbtRegion,

  

  cfbtAnsiComment,

  

  cfbtBorCommand,

  

  cfbtSlashComment,

  

  cfbtIfThen,

  

  cfbtForDo,

  

  cfbtWhileDo,

  

  cfbtWithDo,

  

  cfbtIfElse,

  

  cfbtRecordCase,

  

  cfbtRecordCaseSection,

  

  cfbtAnonymousProcedure,

  

  cfbtCaseElse,

  

  cfbtPackage,

  

  cfbtNone

  

);



CT Web help

CodeTyphon Studio