4. Mai 2007 um 21:11 #1 as I make to join the two components wprichtext, I am trying to use wprichtext3.AsString := wprichtext1.asString + wpRichtext2.Astring . but it is not giving certain
2. Juli 2007 um 11:04 Offizieller Beitrag #2 RTF text cannot be combined that way.You can usewprichtext3.Clear; wprichtext3.SelectionAsString := wprichtext1.asString; wprichtext3.SelectionAsString := wprichtext2.asString;note: SelectionAsString actually insertes!Julian