Die Suche ergab 1 Treffer

von huynh hoang
Fr 12. Jan 2018, 03:47
Forum: Freepascal
Thema: Compiler Fehlermeldung
Antworten: 1
Zugriffe: 1940

Compiler Fehlermeldung

CODE: ALLES AUSWÄHLEN
unit nachrichtenfeld;

{$mode objfpc}{$H+}

interface

uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;

type

{ TNachrichtenfeld }

TNachrichtenfeld = class(TForm)
ja: TButton;
Nein: TButton;
Ignorieren: TButton;
Nachrichtentext ...