Code:
TBefehl=record
Case Typ:TBefehlsTyp of
BT_STAND:();
BT_MOVE:(X,Y:Word);
end;
Wie ist das zu verstehen ? Ich möchte nur wissen, was das Case bei einer Typendeklaration ( record ) zu verloren hat !
Gegoogelt hab ich auch schon nach "delphi case in record" aber bin nicht fündig geworden !
Danke im vorraus
MfG