TdxCustomRichEditControlPrintingAction Class
The base class for all classes that implement actions used to print the Rich Edit control.
Declaration
TdxCustomRichEditControlPrintingAction = class(
TdxCustomPrintingAction
)
Remarks
This class does not introduce any new public members. It only implements the basic functionality required by all ShowPrintPreviewForm and ShowPrintForm commands that invoke Print Preview and Print dialogs, respectively.
You do not need to create instances of the TdxCustomRichEditControlPrintingAction
class. Use its descendants instead.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxCustomPrintingAction
TdxCustomRichEditControlPrintingAction
See Also