TiScope.PrintDisplay
TiScope
Prints an image of the display area.
procedure PrintDisplay;
Description
Use PrintDisplay to print an image of the Display area. If the PrintShowDialog property is TRUE, the user will be presented with a dialog to modify the
print job. The display area will be stretched proportionally to fit the entire page
until it reaches the PrintMarginRight, PrintMarginBottom, using the orientation specified in the PrintOrientation property.
Note: only the Display will be printed, not the Control Panel.
Example
Delphi
iComponent.PrintDisplay;
C++ Builder
iComponent->PrintDisplay();
Contents | Index | Previous | Next