printquick TrvActionQuickPrint

Properties

Top  Previous  Next

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

Unit RichViewActions;

Syntax

TrvActionQuickPrint = class(TrvCustomPrintAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvCustomPrintAction

Description

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

This action uses settings defined in TrvActionPageSetup action. If TRVAControlPanel.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


RichView © Sergey Tkachenko