Registriert seit: 3. Apr 2007
Ort: Zürich
534 Beiträge
Delphi 11 Alexandria
|
AW: TObjectList problem...
23. Dez 2010, 11:16
Code:
For i:= 0 to FFanOvList.Count -1 do begin
FanObject:= FFanOvList[i] as TFanOverlayObject;
...
hat jemand eine idee woran das liegen könnte?
Gruss Sev
ist das nicht eher
FanObject:= FFanOvList[i].Items as TFanOverlayObject;
?
Die obige Aussage repräsentiert meine persönliche Meinung.
Diese erhebt keinen Anspruch auf Objektivität oder Richtigkeit.
|