Skip to main content
A newer version of this page is available. .

TdxCustomFormattedLabelProperties.OnHyperlinkClick Event

Allows you to change the default hyperlink activation behavior.

Declaration

property OnHyperlinkClick: TdxFormattedLabelHyperlinkClickEvent read; write;

Remarks

This event occurs every time a user clicks a hyperlink that a formatted label displays.

Refer to the TdxFormattedLabelHyperLinkClickEvent procedural type description for details.

See Also