ich komme mit dem tutorial bzw. der erstellung der komponente leider nicht zurecht, hier ist mein quelltext:
Delphi-Quellcode:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, AppEvnts, ExtCtrls, ScktComp;
type
TForm1 =
class(TForm)
Memo1: TMemo;
Edit1: TEdit;
Edit2: TEdit;
Edit3: TEdit;
Button1: TButton;
Button2: TButton;
Button3: TButton;
ComboBox1: TComboBox;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
Label6: TLabel;
Timer1: TTimer;
ApplicationEvents1: TApplicationEvents;
procedure FormCreate(Sender: TObject);
private
{ Private-Deklarationen }
public
{ Public-Deklarationen }
end;
var
Form1: TForm1;
ScktComp1: TScktComp;
implementation
{$R *.dfm}
procedure TForm1.FormCreate(Sender: TObject);
var ScktComp1: TScktComp;
begin
ScktComp1 := TScktComp1.Create(self);
ScktComp1.Parent := Form1;
ScktComp1.Show;
end;
end.
beim ausführen wird folgender fehler angezeigt:
Unit1.pas(7): Lesefehler bei 'c:\programme\borland\delphi7\Lib\ScktComp.dcu