Print a TDBGrid [duplicate]
问题 This question already has answers here : Printing a TDBGrid (4 answers) Closed 2 years ago . How can I print a DBGrid without installing or downloading components? OR How can I get a DBGrid's data into a RichEdit so that I can print it from there? 回答1: Data aware controls get their data from DataSource property, use that. You have to manually traverse it though, no instant way possible (without third party libraries / components). 回答2: You will need to be able to work out an appropriate print