<< Click to display table of contents >> TsrvActionPrint |
TsrvActionPrint is the action for "File | Print..." command.
Unit SRVActions;
Syntax
TsrvActionPrint = class(TsrvCustomPrintAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction |
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:
•TRVAControlPanel.MetafileCompatibility (in the RichViewActions help file)