Einzelnen Beitrag anzeigen

Thorben_K

Registriert seit: 22. Okt 2006
Ort: Darmstadt
105 Beiträge
 
Delphi 2006 Professional
 
#5

Re: Array Probleme

  Alt 1. Dez 2006, 16:45
das musst du, auch wenn ich net genau weiss was du machen willst, so machen:

Delphi-Quellcode:

type
  pokerblatt = record // oder class ;)
  deinBooleanDing : Boolean;
  Bild : TImage;
  end;

  myArray : array of pokerblatt;
hoffe ich habe das richtig verstanden was du willst...
Thorben
  Mit Zitat antworten Zitat