AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 04:47

Parameter dieser Suchanfrage:

Suche in Thema: Problem with TEmbeddedWB
Suche alle Beiträge, die von "alpha1" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 4 von insges. 4 Treffern
Suche benötigte 0.010s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Netzwerke

    Re: Problem with TEmbeddedWB

      Delphi
      by alpha1, 22. Mai 2006
    Then how to set DLCTL_DLIMAGES to true or to false? It would be well to do this so: Browser.DoanloadOptions.DLCTL_DLIMAGES := True; , but such command not exist...
  • Forum: Netzwerke

    Re: Problem with TEmbeddedWB

      Delphi
      by alpha1, 22. Mai 2006
    Ini file is ok...


    procedure TForm1.ReadWBOptions;
    begin
    Ini := TIniFile.Create(ExtractFilePath(Paramstr(0)) + 'data.ini');
    try
    // if LoadPictures boolean true
    if Ini.ReadBool('Options', 'LoadPictures', True) = True
    // then set options(set DLCTL_DLIMAGES true else DLCTL_DLIMAGES = false (by default))
  • Forum: Netzwerke

    Re: Problem with TEmbeddedWB

      Delphi
      by alpha1, 22. Mai 2006
    It doesnt work :( :wall:
  • Forum: Netzwerke

    Problem with TEmbeddedWB

      Delphi
      by alpha1, 22. Mai 2006
    Hello!
    I have webbrowser with TEmbeddedWB component and I have one problem:
    I have written procedure, which must read options for webbrowser:

    procedure TForm1.ReadWBOptions;
    begin
    Ini := TIniFile.Create(ExtractFilePath(Paramstr(0)) + 'data.ini');
    try
    if Ini.ReadBool('Options', 'LoadPictures', True) = True
    then CurrentWB.DownloadOptions := ;


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=alpha1&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=69937
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:57 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