type TForm1 = class(TForm) private { Private declarations }
public { Public declarations } Procedure EnNyProcedure; end;
var Form1: TForm1;
implementation
{$R *.DFM}
Procedure EnNyProcedure; begin
end;
Fejlmeddelelse: Description
This error message appears when you have a forward or external declaration of a procedure or function, or a declaration of a method in a class or object type, and you don't define the procedure, function or method anywhere. Maybe the definition is really missing, or maybe its name is just misspelled. Note that a declaration of a procedure or function in the interface section of a unit is equivalent to a forward declaration - you have to supply the implementation (the body of the procedure or function) in the implementation section. Similarly, the declaration of a method in a class or object type is equivalent to a forward declaration.
hu: Husk venligst at acceptere svaret så spørgsmålet bliver lukket, tak :)
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.