hallo ^^
Delphi-Quellcode:
Type
TStatusWindowClass = class(TObject)
private
StatusWindow: TForm;
StatusBox: TRichEdit;
StatusTextBox: TEdit;
public
procedure CreateStatusWindow;
end;
implementation
procedure TStatusWindowClass.CreateStatusWindow;
begin
StatusWindow := TForm.Create(self); <<< hier der fehler
end;
fehler ist:
Zitat:
[Fehler]
IRC.pas(22): Inkompatible Typen: 'TComponent' und 'TStatusWindowClass'
jemand ne idee was falsch ist? ok, es steht zwar da, aber ich weiss nicht warum