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

pcre_get_stringtable_entries_func

Declaration

Source position: pcrelib.pas line 1046

type pcre_get_stringtable_entries_func = function(

  const code: PPCRE;

  const stringname: PAnsiChar;

  firstptr: PPAnsiChar;

  lastptr: PPAnsiChar

):Integer;