Author: koreec
(2010/02/01 00:55) About 2 years ago
781
Genres[i].Alias := Alias;
782
end;
783
784
785
786
function TBookRecord.GetGenreCount: Integer;
787
begin
788
Result := Length(Genres);
...
888
886
889
BasicAuthentication := True;
887
890
891
idHTTP.Request.UserAgent := 'MyHomeLib/2.0 (compatible; Indy Library)';
892
idHTTP.ConnectTimeout := Settings.TimeOut;
893
idHTTP.ReadTimeout := Settings.ReadTimeOut;
894
895
// idHTTP.CookieManager := frmMain.IdCookieManager;
896
idHTTP.AllowCookies := True;
897
898
idHTTP.HandleRedirects := True;
899
900
idHTTP.Request.UserAgent := 'MyHomeLib/2.0 (compatible; Indy Library)';// idHTTP.CookieManager := frmMain.IdCookieManager;