Zitat von
Generalissimo:
Zitat von
BDN:
Or, since we have the very cool
VCL for .NET, we can simply not do any conversion of code whatsoever, and simply do it this way:
Delphi-Quellcode:
Table1.First;
while not Table1.EOF do begin
ListBox1.Items.Add(Table1['NAME']);
Table1.Next;
end;
http://bdn.borland.com/article/0,1410,31996,00.html
Ist ja ganz spannend, wenn man die manuell durchlaufen will, ich rede aber von den "automatischen" also denen die einem Grid oder sonstigem als Source dienen!