Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi OnDocumentComplete (https://www.delphipraxis.net/48567-ondocumentcomplete.html)

manakinn 27. Jun 2005 13:41


OnDocumentComplete
 
Hi,

ich möchte, das wenn das html dokument fertig geladen ist, das in der Statusbar "Fertig" steht, nur wir geht das denn ?

Delphi-Quellcode:
MozillaBrowser1.OnDocumentComplete Statusbar1.Simpletext('Fertig')
so etwa ? Und noch ne kurze frage:

Wie macht man globale Variablen ?
Wenn ich ne Variable bei Button1.click mache, gilt die nur für den button click

toms 27. Jun 2005 15:21

Re: OnDocumentComplete
 
Delphi-Quellcode:
Statusbar1.Simpletext('Fertig')
Hi,

Eher so:
Delphi-Quellcode:
Statusbar1.SimpleText := 'Fertig';


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:51 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz