Source position: fppem.pp line 43
function PemFindTags(
List: TStrings;
const BeginTag: string;
const EndTag: string;
out StartIndex: Integer;
out EndIndex: Integer
):Boolean;