printquick TrvActionQuickPrint

Properties   Methods

<< Click to display table of contents >>

printquick TrvActionQuickPrint

Properties   Methods

TrvActionQuickPrint is the action for the "quick print" command (usually assigned to a toolbar button).

Unit RichViewActions;

Syntax

TrvActionQuickPrint = class(TrvCustomPrintAction)

hmtoggle_arrow1Hierarchy

Description

This action prints the document from TCustomRichViewEdit component without displaying a printing dialog.

This action uses settings defined in TrvActionPageSetup action. If GetControlPanel.RVPrint is not assigned, the action uses the first TRVPrint component found on the form owning the TCustomRichViewEdit component. If not found, it creates a temporal TRVPrint with default property settings.

This action is enabled only if at least one printer is installed in the system (Printer.Printers.Count>0).

See also:

TrvActionPrint

TrvActionPrintPreview