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

TdxCustomContainerReportLink.OnGetComponentCaption Event

In This Article

Occurs when the report link designer’s Controls or Hidden Controls pages are activated.

#Declaration

Delphi
property OnGetComponentCaption: TdxContainerReportLinkGetComponentCaptionEvent read; write;

#Remarks

The OnGetComponentCaption event occurs when the report link designer’s Controls or Hidden Controls pages are activated by an end-user. Handling this event allows specifying custom representation of the items within these pages.

The AComponent parameter identifies a component being processed. The ACaption parameter specifies the string representing the component within the designer.

See Also