Registriert seit: 25. Feb 2003
Ort: St. Ingbert
211 Beiträge
Delphi 7 Enterprise
|
Re: ListView - Einträge eintragen
27. Nov 2003, 19:40
öh?
Delphi-Quellcode:
ListView.Items.Item[1].Caption := 'blub';
ListView.Items.Item[1].Subitem.add 'auch blub';
meinst du des?
Programming today is a race between Software Engineers striving to build bigger and better idiot-proof Programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning!
|