Board index » cppbuilder » How to print data from ListView ???

How to print data from ListView ???


2004-12-10 12:20:31 AM
cppbuilder21
Hi all,
I want to print all/selected data from TListView ,
How can I do that ???
 
 

Re:How to print data from ListView ???

"Lior Buganim" < XXXX@XXXXX.COM >wrote in message
Quote
I want to print all/selected data from TListView ,
How can I do that ???
ListView has no printing capabilities. You have to manage the printer
yourself manually. Have you looked at the TPrinter object yet?
Gambit