![]() |
idhttp in dll
hi,
wie muss ich die http kompo von indy in einer dll aufrufen? Ich weiß das ist normal nicht schwer, aber ich brings nicht.. ixtreme |
Re: idhttp in dll
Hi,
du musst nur bei den uses alle Untis einbinden die man für die HTTP Kompobrauch. (Steht in der Hilfe) und dann in der Procedure die die Kompo verwenden will machst du folgendes.
Delphi-Quellcode:
und fertig is :)
PROCEDURE test;
VAR MyHTTPKompo : IdHttp; BEGIN MyTHHTPKompo := IdHttp.Create; <Befehle> MyHTTPKompo.Free; END; |
Re: idhttp in dll
danke
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:59 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