[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: pcrelib.pas line 942
type pcre_copy_named_substring_func = function( |
const code: PPCRE; |
const subject: PAnsiChar; |
ovector: PInteger; |
stringcount: Integer; |
const stringname: PAnsiChar; |
buffer: PAnsiChar; |
size: Integer |
):Integer; |