TsrvCustomActionThatNeedsDocProps

Properties  | Actions overview

Top  Previous  Next

TsrvCustomActionThatNeedsDocProps is the basic class for actions that needs access to the document properties maintained by TrvActionSave.

Unit SRVActions;

Syntax

TsrvCustomActionThatNeedsDocProps = class(TsrvAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TsrvAction

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