Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Fehler bei Indy? TidCommand (https://www.delphipraxis.net/82645-fehler-bei-indy-tidcommand.html)

Dragon27 17. Dez 2006 10:52


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:
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.
Bei AContext:TidCommand gibt es immer einen Fehler, dass er das nicht kennt.... Was soll ich tun?

Danke Gruß

Andy

inherited 17. Dez 2006 11:34

Re: Fehler bei Indy? TidCommand
 
Zitat:

Was soll ich tun?
Die Unit "IdCommandHandlers" einbinden :roll:


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