[Overview][Constants][Types][Procedures and functions][Variables][Index] |
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; |