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

TcxDBMemoReportLink Class

The base class for report links which print data-aware multi-line editors from the ExpressEditors Library.

#Declaration

Delphi
TcxDBMemoReportLink = class(
    TcxCustomMemoReportLink
)

#Remarks

This class provides basic functionality and settings for the report links which print data-aware multi-line editors from the ExpressEditors Library such as the TcxDBMemo. The TcxDBMemoReportLink class extends its ancestor class with the cxDBMemo property that provides access to the data-aware version of the multi-line editor being printed.

See Also