Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditDocumentServer Class

A document server component.

#Declaration

Delphi
TdxRichEditDocumentServer = class(
    TdxRichEditCustomDocumentServer
)

#Remarks

The document server is a non-visual Rich Edit component that you can use to load, process, edit, generate, and export documents without end-user interaction. Call the document server constructor and pass nil (in Delphi) or nullptr/NULL (in C++Builder) as a parameter to create a server to process documents in a console application.

The TdxRichEditDocumentServer class does not introduce any new public members. It only publishes properties and events declared in ancestor classes. Refer to the TdxRichEditCustomDocumentServer class description for detailed information on available options.

See Also