TrvCustomPrintAction

Properties

Top  Previous  Next

TrvCustomPrintAction is the base class for printing actions.

Unit RichViewActions;

Syntax

TrvCustomPrintActions = class(TrvAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

Description

This action does not introduce any new properties in addition to properties of TrvAction.

This action is not used directly, this is the base class for the following actions:

TrvActionPrintPreview

TrvActionQuickPrint

TrvActionPrint

All these actions are enabled only if at least one printer installed in the system (Printer.Printers.Count>0).


RichView © Sergey Tkachenko