Back to Devexpress

TdxRichEditControlShowPrintForm Class

vcl-dxrichedit-dot-actions-0084008a.md

latest2.5 KB
Original Source

TdxRichEditControlShowPrintForm Class

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

Declaration

delphi
TdxRichEditControlShowPrintForm = class(
    TdxCustomRichEditControlPrintingAction
)

Remarks

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

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

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxCustomPrintingAction TdxCustomRichEditControlPrintingAction TdxRichEditControlShowPrintForm

See Also

TdxPDFViewerShowPrintForm Class

TdxSchedulerShowPrintForm Class

TdxSpreadSheetShowPrintForm Class

TdxRichEditControlShowPrintForm Members

dxRichEdit.Actions Unit