Skip to main content

TdxScreenTipActionLink Class

A link between a ScreenTip and an action assigned to one or more hinted controls.

Declaration

TdxScreenTipActionLink = class(
    TdxCustomScreenTipLink
)

Remarks

This class extends its ancestor class with the Action property to allow you to map the action assigned to one or more hinted controls with the ScreenTip referenced by the ScreenTip property.

TdxScreenTipActionLink objects are elements of the link collection referenced by the ScreenTip style’s ScreenTipActionLinks property.

See Also