Link to home
Start Free TrialLog in
Avatar of icedelphi
icedelphi

asked on

problem with Listview

Hi, all:
I met problem with listview. when displaying data in listView, I want the data to be editted. What can I do to enable the editting feature of the listview so that I can edit the data when click on certain subitem?
thank you in advance!!!
Avatar of kretzschmar
kretzschmar
Flag of Germany image

simple you can't edit subitems
directly in the listview

you could provide a little
editing mask to the user

meikl ;-)
Avatar of icedelphi
icedelphi

ASKER

meikl:
so how can I provide the mask? any suggestion? Thank you very much!
i just meant,
that you popup a little modalform,
maybe on doubleclick on the listview,
where you transfer the entries into tedits
and if the user click ok on the modalform
you transfer back the changes.

i could provide a sample this evening
(in ~10 hours from now, no delphi on hand yet)

meikl ;-)




Thank you meikl! Really appreciate if you could provide a smaple code!!!
or look at VirtualTreeView
http://www.delphi-gems.com
ASKER CERTIFIED SOLUTION
Avatar of kretzschmar
kretzschmar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hello?