I am looking for a way to bounds check the a TRichViewEdit object. What I am doing is filling in a TRichViewEdit object at run time with data read from a file. Then I am painting this information to a bitmap, and then sending it to a printer. The issue that I am running into is that since this is all done at runtime and is not visible, I have no way of knowing if some of the data would run past the dimensions of the TRichViewEdit control, which would be bad.
So, is there a way to check if any of the data (text or images) exceeds the specified dimensions of the TRichViewEdit control?
Bounds checking for TRichViewEdit.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: