Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3834 |
nm: OleVariant; |
nm: OleVariant; |
| 3835 |
begin |
begin |
| 3836 |
// OleVariant(Browser.Document).parentWindow.location.hash := AName; |
// OleVariant(Browser.Document).parentWindow.location.hash := AName; |
| 3837 |
|
while (Browser.ReadyState <> READYSTATE_COMPLETE) and |
| 3838 |
|
(Browser.ReadyState <> READYSTATE_INTERACTIVE) do begin |
| 3839 |
|
Application.ProcessMessages; |
| 3840 |
|
end; |
| 3841 |
try |
try |
| 3842 |
top := 0; |
top := 0; |
| 3843 |
nm := AName; |
nm := AName; |
|
|
Legend:
| Removed from v.1.178 |
|
| changed lines |
| |
Added in v.1.179 |
|
|
|