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
Delphi is ......... DELPHI!!