PDA

View Full Version : merge 2 doc files


Unregistered
October 28, 2002, 13:29:41
I useing Delphi5 tx control v10
I want to merge 2 doc files into 1 tx control How ????????


thank you


This message was originally posted by SAFWAT in the old TX Text Control Support Forum.

Meik Dankleff
October 28, 2002, 16:37:14
Open the first doc file using the Load method. Then move to the end of the file using SelStart = -1. Then open the second file using the Load method and set the CurSelection parameter to true.


This message was originally posted by Meik Dankleff in the old TX Text Control Support Forum.