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