InsertPageBreaks does the following:
1) If the caret is not at the beginning of a paragraph, adds a line break (in the next update, line break will also be added when the caret is at the beginning of a document).
2) Sets PageBreaksBeforeItems = True for the item at the position of the caret, in ...
Search found 9731 matches
- Mon Nov 10, 2008 4:15 pm
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 46116
We cannot reproduce the problem. Please send RVF file to [email protected]
- Mon Nov 10, 2008 6:37 am
- Forum: Support
- Topic: Problem in difference between main page and print preview
- Replies: 1
- Views: 10706
- Sat Nov 08, 2008 11:26 am
- Forum: Examples, Demos
- Topic: [Demo] Creating table from several RichViewEdits
- Replies: 0
- Views: 38596
[Demo] Creating table from several RichViewEdits
This demo has 3 TRichViewEdit controls containing source documents.
When you press a button, the demo creates 1 x 3 table and copies contents of the source editors to it cells.
When you press a button, the demo creates 1 x 3 table and copies contents of the source editors to it cells.
- Fri Nov 07, 2008 4:17 pm
- Forum: Support
- Topic: How to set title property for hyperlinks
- Replies: 4
- Views: 15047
- Wed Nov 05, 2008 4:35 pm
- Forum: Support
- Topic: How to set title property for hyperlinks
- Replies: 4
- Views: 15047
- Tue Nov 04, 2008 6:13 pm
- Forum: Support
- Topic: Memory error
- Replies: 1
- Views: 8097
- Tue Nov 04, 2008 6:12 pm
- Forum: Support
- Topic: Copy Images as a Text to Clipboard
- Replies: 2
- Views: 12992
- Sun Nov 02, 2008 4:01 pm
- Forum: Support
- Topic: Auto pagebreak
- Replies: 3
- Views: 12855
- Sun Nov 02, 2008 11:26 am
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 46116
- Sun Nov 02, 2008 11:13 am
- Forum: Support
- Topic: Auto pagebreak
- Replies: 3
- Views: 12855
ScaleRichView includes a DB component too (TDBSRichViewEdit).
I am not sure that do you meand by auto-page breaks. Do you want to display page breaks? I am afraid this cannot be implemented efficiently in TDBRichViewEdit. Page breaks can be displayed only when the document is formatted for printing ...
I am not sure that do you meand by auto-page breaks. Do you want to display page breaks? I am afraid this cannot be implemented efficiently in TDBRichViewEdit. Page breaks can be displayed only when the document is formatted for printing ...
- Sun Nov 02, 2008 11:00 am
- Forum: Support
- Topic: Need help for save and restore the page properties
- Replies: 10
- Views: 34270
Unfortunately, SRVE cannot update margins automatically after calling SRVE.RichViewEdit.LoadRVF.
You need to call
Or you can call
You need to call
Code: Select all
SRVE.RichViewEdit.LoadRVF(...); // or LoadRTF
SRVE.SetRVMargin;
SRVE.Format;
Code: Select all
SRVE.LoadRVF(...);
SRVE.Format;
- Sat Nov 01, 2008 11:32 am
- Forum: ScaleRichView
- Topic: Table Actions Disabled
- Replies: 2
- Views: 23187
- Tue Oct 28, 2008 2:07 pm
- Forum: Support
- Topic: Operate On Table NOT In rvtoEditing
- Replies: 2
- Views: 12101
- Sun Oct 26, 2008 5:57 pm
- Forum: Support
- Topic: Newbie Font Color Questions
- Replies: 2
- Views: 9037