Hi,
I have trobles with ListView (Delphi 4):

1. How to set-up infinity duration Hint moving with the cursor on the 
ListView. I set-up HotTrack=True. In Hint I'd like to show the result of the 
calculation when I move from one list item to the other.

2. I'd like to delete a row (item) from the ListView (run-time). In Help is 
a instruction, about OnDeletion methode. When I use from ButtonClick 
ListView1.Delete the row dissapears imediataly and after it the control is 
jumping into OnDeletion procedure. It's okay. But vhen I close the 
application the OnDeletion procedure is calling many times, correctly the 
number of calls is equal to the number of items in the ListView window. 
Finally I don't want to delete all Items only that which was selected. How 
to stop this periodic deletion of all rows?

Thanks,
Peter 


_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to