TrvCustomPrintAction |
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 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: All these actions are enabled only if at least one printer installed in the system (Printer.Printers.Count>0). |