My solution:
TRVPrintPreview = class(TCustomRVPrintPreview)
private
FVScrollDownAgain: Integer;
FVScrollUpAgain: Integer;
...
protected
...
{$IFDEF RICHVIEWDEF4}
function DoMouseWheelDown(Shift: TShiftState; MousePos: TPoint): Boolean; override;
function DoMouseWheelUp(Shift: TShiftState ...
Search found 10 matches
- Fri Jul 05, 2013 12:09 pm
- Forum: Support
- Topic: Switching to the next page when end of page has been reached
- Replies: 6
- Views: 16014
- Thu Jul 04, 2013 9:14 am
- Forum: Support
- Topic: Switching to the next page when end of page has been reached
- Replies: 6
- Views: 16014
- Wed Jul 03, 2013 8:06 am
- Forum: Support
- Topic: Switching to the next page when end of page has been reached
- Replies: 6
- Views: 16014
- Tue Jul 02, 2013 12:41 pm
- Forum: Support
- Topic: Switching to the next page when end of page has been reached
- Replies: 6
- Views: 16014
Switching to the next page when end of page has been reached
I would like TRichViewEdit control automatically switch to next page when the end of page has been reached. How can I do this ?
- Mon Mar 25, 2013 1:26 pm
- Forum: Support
- Topic: Page countting
- Replies: 6
- Views: 15969
- Mon Mar 25, 2013 9:20 am
- Forum: Support
- Topic: Page countting
- Replies: 6
- Views: 15969
- Fri Mar 22, 2013 1:53 pm
- Forum: Support
- Topic: Page countting
- Replies: 6
- Views: 15969
- Fri Mar 22, 2013 12:44 pm
- Forum: Support
- Topic: Page countting
- Replies: 6
- Views: 15969
Page countting
Is there a way to force the page counter to reset. Suppose I have two documents, which I show in preview mode all together. These documents must have a separate page numbers. How can I do this ?
- Wed Nov 28, 2012 12:29 pm
- Forum: Support
- Topic: How to obtain opened file's path
- Replies: 2
- Views: 9299
- Wed Nov 28, 2012 10:28 am
- Forum: Support
- Topic: How to obtain opened file's path
- Replies: 2
- Views: 9299
How to obtain opened file's path
Suppose I have standard menu, list action and standard action Open linked to TRichViewEdit contol. I opened a file by menu action Open and i would like to know how i can get path to the file from TRichViewEdit control ?