ВБ
Сиэтл, Берлин?
Size: a a a
ВБ
KB
AS
AS
ВБ
function TIndyHTTPCore.SendRequest(const URL: string; sentObject: TStream; const exceptionLogMsg, errorLogMsg: string; const encoding: string): string;var MBCSEncoding: TEncoding;begin MBCSEncoding := TEncoding.GetEncoding(encoding); try Result := SendRequest(URL, sentObject, exceptionLogMsg, errorLogMsg, MBCSEncoding); finally //if Assigned(MBCSEncoding) then FreeAndNil(MBCSEncoding); end;end;AS
function TIndyHTTPCore.SendRequest(const URL: string; sentObject: TStream; const exceptionLogMsg, errorLogMsg: string; const encoding: string): string;var MBCSEncoding: TEncoding;begin MBCSEncoding := TEncoding.GetEncoding(encoding); try Result := SendRequest(URL, sentObject, exceptionLogMsg, errorLogMsg, MBCSEncoding); finally //if Assigned(MBCSEncoding) then FreeAndNil(MBCSEncoding); end;end;TIndyHTTPCore - это что за класс? в стандартном инди, вроде, его нетВБ
AS
function TIndyHTTPCore.SendRequest(const URL: string; sentObject: TStream; const exceptionLogMsg, errorLogMsg: string; const encoding: string): string;var MBCSEncoding: TEncoding;begin MBCSEncoding := TEncoding.GetEncoding(encoding); try Result := SendRequest(URL, sentObject, exceptionLogMsg, errorLogMsg, MBCSEncoding); finally //if Assigned(MBCSEncoding) then FreeAndNil(MBCSEncoding); end;end;ВБ
ВБ
AS
SendRequest тоже нет в нейВБ
ВБ
AS
AS
ВБ
AS
VA
TEncoding.IsStandardEncodingAS
IndyTextEncoding(encoding)