![]() |
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:
so etwa ? Und noch ne kurze frage:
MozillaBrowser1.OnDocumentComplete Statusbar1.Simpletext('Fertig')
Wie macht man globale Variablen ? Wenn ich ne Variable bei Button1.click mache, gilt die nur für den button click |
Re: OnDocumentComplete
Delphi-Quellcode:
Hi,
Statusbar1.Simpletext('Fertig')
Eher so:
Delphi-Quellcode:
Statusbar1.SimpleText := 'Fertig';
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:25 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz