Author: Jonas Bilinkevicius How to store the contents of a TRichEdit into a Paradox blob field while maintaining formatting Answer: 1 2 Table1.fieldbyName('YourBlobField').assign(richedit1.lines)