Unit 'BasicCodeTools' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#bs_codetools]

FindCommentsInRange

Declaration

Source position: basiccodetools.pas line 60

procedure FindCommentsInRange(

  const Src: string;

  StartPos: Integer;

  EndPos: Integer;

  out FirstCommentStart: Integer;

  out FirstAtomStart: Integer;

  out LastCommentEnd: Integer;

  out LastAtomEnd: Integer;

  NestedComments: Boolean = False

);



CT Web help

CodeTyphon Studio