Skip to main content
A newer version of this page is available. .

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 the ShowPrintPreviewForm and ShowPrintForm commands that invoke the Print Preview and Print dialogs, respectively.

You do not need to create instances of the TdxCustomRichEditControlPrintingAction class. Use its descendants instead.

See Also