hmm ok... thx das ist echt ne sehr code-sparende variante... ^^
*geil*
ich habe da nur noch ne kleine denkblockade...
Also nu habe ich:
Code:
type TICQClientData = object
UIN : Integer;
Name: String;
end;
tmp : TICQClientData;
contacts : TObjectStack;
procedure foo()
begin
contacts.push(tmp)
end;
wie muss da der type-cast aussehen?
bzw. habe ich das teil eigeltlich gerade so benutzt wie du das meintest?
thx
Corelgott