print TsrvActionPrint

Properties  | Actions overview

Top  Previous  Next

TsrvActionPrint is the action for "File | Print..." command.

Unit SRVActions;

Syntax

TsrvActionPrint = class(TsrvCustomPrintAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TsrvAction

TsrvCustomActionThatNeedsDocProps

TsrvCustomPrintAction

Description

This action displays a printing dialog (TPrintDialog) and prints the document from TSRichViewEdit component.

The action can print the whole document or the range of pages.

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

See also:

TsrvActionQuickPrint


ScaleRichView © Ilya Zelensky & Sergey Tkachenko