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

TAbstractdxRichEditReportLink Class

An abstract ancestor for report links to the TRichEdit and TrxRichEdit components.

#Declaration

Delphi
TAbstractdxRichEditReportLink = class(
    TBasedxReportLink,
    IdxPSNativeWin32ControlHandleSupport
)

#Remarks

This class introduces the properties used by its descendants to provide report links to the standard TRichEdit component and to TrxRichEdit components. Do not create instances of TAbstractdxRichEditReportLink. Instead, use a TAbstractdxRichEditReportLink descendant.

See Also