Thema: Delphi Prozedur aufrufen

Einzelnen Beitrag anzeigen

Nils_13

Registriert seit: 15. Nov 2004
2.647 Beiträge
 
#20

Re: Prozedur aufrufen

  Alt 20. Mär 2005, 11:00
Delphi-Quellcode:
type
  TForm1 = class(TForm)
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
    procedure CopyFiles;
  end;
----------------------------
procedure TForm1.CopyFiles; //<--
begin
// mach was
end;
  Mit Zitat antworten Zitat