|
Top Previous Next |
|
TsrvActionPrint is the action for "File | Print..." command. Unit SRVActions; Syntax TsrvActionPrint = class(TsrvCustomPrintAction) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TsrvCustomActionThatNeedsDocProps DescriptionThis 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: |