TSRVPrint.PrintFrames |
Top Previous Next |
|
Prints one page. procedure PrintFrames(Title: String; PageNo: Integer); Title – document title for the Print Manager. PageNo – index of the page (from 1). This method starts a new printing job, calls PrintFramesEx, finishes the printing job. This method is rarely needed. The main printing methods are Print and PrintPages. |