Unit 'LSHTTPSend' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_solutions]

LSHTTPGetPartEx

Declaration

Source position: LSHTTPSend.pas line 108

function LSHTTPGetPartEx(

  var AHTTPSend: THTTPSend;

  const ASkipTo: array of string;

  const AEnd: array of string;

  const AURL: string;

  const AIgnoreCase: Boolean = True;

  const AUseHTTPResultCodeOK: Boolean = True

):string;

function LSHTTPGetPartEx(

  var AHTTPSend: THTTPSend;

  const ASkipTo: string;

  const AEnd: string;

  const AURL: string;

  const AIgnoreCase: Boolean = True;

  const AUseHTTPResultCodeOK: Boolean = True

):string;



CT Web help

CodeTyphon Studio