Loading...
 

ShowDocument

ShowDocument

ShowDocument(windowID, childID), ShowDocument(, childID), ShowDocument

parameters: Identifier of a Windows and a Document Window object

Category: Print

Stack
Stack Position Description
Stack(In) Top a CXS_DOCUMENT object
Stack(Out) Top -

Thedocument passed on the STACK is displayed in the window object specified as parameter. The size of the Document window object determines how many print pages are displayed.

Code example:
Window(previewWin, 0, 0, 900, 240, T("Druckvorschau", "Print preview")) [ SHOW_DOCUMENT: Dup -> printPage ShowDocument(, printView) ] { Document(printView, HZ_SCROLL_BAR, VT_SCROLL_BAR, 1, 15, 400, 300) }

See also