TdxHyperlinkClickEventArgs.Handled Property
Specifies if a click on the hyperlink is handled.
Declaration
property Handled: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True to disable the hyperlink activation routine.
The Handled property’s default value is False.
See Also