Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/NewBoard.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 63 |
protocol, host, path, document, port, bookmark: String; |
protocol, host, path, document, port, bookmark: String; |
| 64 |
begin |
begin |
| 65 |
try |
try |
| 66 |
|
MessageMemo.Clear; |
| 67 |
GikoSys.Setting.BoardURLSelected := BoardURLComboBox.ItemIndex + 1; |
GikoSys.Setting.BoardURLSelected := BoardURLComboBox.ItemIndex + 1; |
| 68 |
FAbort := False; |
FAbort := False; |
| 69 |
UpdateButton.Enabled := False; |
UpdateButton.Enabled := False; |
| 116 |
s: string; |
s: string; |
| 117 |
i: Integer; |
i: Integer; |
| 118 |
begin |
begin |
|
MessageMemo.Clear; |
|
| 119 |
Indy.Request.Clear; |
Indy.Request.Clear; |
| 120 |
Indy.RecvBufferSize := Gikosys.Setting.RecvBufferSize; |
Indy.RecvBufferSize := Gikosys.Setting.RecvBufferSize; |
| 121 |
Indy.ProxyParams.BasicAuthentication := False; |
Indy.ProxyParams.BasicAuthentication := False; |
|
|
Legend:
| Removed from v.1.24 |
|
| changed lines |
| |
Added in v.1.25 |
|
|
| |