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

TdxRichEditControlShowPrintPreviewForm Class

An action object that corresponds to the ShowPrintPreviewForm command provided by the Rich Edit control.

Declaration

TdxRichEditControlShowPrintPreviewForm = class(
    TdxCustomRichEditControlPrintingAction
)

Remarks

This class does not introduce any new public members. Executing this action object invokes the Print Preview dialog.

UI elements linked to a TdxRichEditControlShowPrintPreviewForm action object are enabled only if the Rich Edit control is associated with the TdxComponentPrinter component via the report link in your application.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlShowPrintPreviewForm action object, use the sdxRichEditCommandPrintPreviewMenuCaption and sdxRichEditCommandPrintPreviewDescription resource strings, respectively.

See Also