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

SearchNextInText

Declaration

Source position: basiccodetools.pas line 214

function SearchNextInText(

  Search: PChar;

  SearchLen: PtrInt;

  Src: PChar;

  SrcLen: PtrInt;

  StartPos: PtrInt;

  out MatchStart: PtrInt;

  out MatchEnd: PtrInt;

  WholeWords: Boolean = False;

  MultiLine: Boolean = False

):Boolean;



CT Web help

CodeTyphon Studio