Source position: fphtml.pp line 42
type TOnGetUrlProc = procedure(
ParamNames: array of string;
ParamValues: array of string;
KeepParams: array of string;
Action: string;
var URL: string
) of object;