a_print TsrvActionPrint

Properties  | Actions overview

<< Click to display table of contents >>

a_print TsrvActionPrint

Properties  | Actions overview

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

Unit SRVActions;

Syntax

TsrvActionPrint = class(TsrvCustomPrintAction)

hmtoggle_arrow1Hierarchy

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

TRVAControlPanel.MetafileCompatibility (in the RichViewActions help file)