Unit 'IdentCompletionTool' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_codetools]

TIdentifierListContextFlag

Declaration

Source position: identcompletiontool.pas line 214

type TIdentifierListContextFlag = (

  ilcfStartInStatement,

  

  ilcfStartOfStatement,

  

  ilcfStartOfOperand,

  

  ilcfStartIsSubIdent,

  

  ilcfNeedsEndSemicolon,

  

  ilcfNoEndSemicolon,

  

  ilcfNeedsEndComma,

  

  ilcfNeedsDo,

  

  ilcfIsExpression,

  

  ilcfCanProcDeclaration,

  

  ilcfEndOfLine,

  

  ilcfDontAllowProcedures

  

);



CT Web help

CodeTyphon Studio