...... var res: ^PChar; begin ...... GetMem(res,Length(html)); res^ := PChar(html); result := res^; ...... end;