![]() |
Fehler bei Indy? TidCommand
Hallo,
also hänge noch immer an den INDY IRC Compos fest. Nun ist mir aufgefallen, dass wenn ich hier verschiedene Ereignisse verwenden will, einen Fehler bekomme. Ich hab hier mal den Code:
Delphi-Quellcode:
Bei AContext:TidCommand gibt es immer einen Fehler, dass er das nicht kennt.... Was soll ich tun?
unit Unit1;
interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPServer, IdCmdTCPServer, IdIrcServer; type TForm1 = class(TForm) IdIRCServer1: TIdIRCServer; procedure IdIRCServer1CommandJoin(AContext: TIdCommand; AParm1, AParm2: string); private { Private-Deklarationen } public { Public-Deklarationen } end; var Form1: TForm1; implementation {$R *.dfm} procedure TForm1.IdIRCServer1CommandJoin(AContext: TIdCommand; AParm1, AParm2: string); begin end; end. Danke Gruß Andy |
Re: Fehler bei Indy? TidCommand
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:31 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