a_printquick TsrvActionQuickPrint

Properties  | Actions overview

Top  Previous  Next

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

Unit SRVActions;

Syntax

TsrvActionQuickPrint = class(TsrvCustomPrintAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TsrvAction

TsrvCustomActionThatNeedsDocProps

TsrvCustomPrintAction

Description

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

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

See also:

TsrvActionPrint


ScaleRichView © Ilya Zelensky & Sergey Tkachenko