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

pcre_fullinfo_func

Declaration

Source position: pcrelib.pas line 1012

type pcre_fullinfo_func = function(

  const code: PPCRE;

  const extra: PPCREExtra;

  what: Integer;

  where: Pointer

):Integer;