[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'pcrelib' (#crwlib)

pcre_copy_substring_func

Declaration

Source position: pcrelib.pas line 954

type pcre_copy_substring_func = function(

  const subject: PAnsiChar;

  ovector: PInteger;

  stringcount: Integer;

  stringnumber: Integer;

  buffer: PAnsiChar;

  buffersize: Integer

):Integer;