Back to Devexpress

TdxScreenTipActionLink Class

vcl-dxscreentip-902bad39.md

latest1.3 KB
Original Source

TdxScreenTipActionLink Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TCollectionItem TdxCustomScreenTipLink TdxScreenTipActionLink

See Also

TdxScreenTipActionLink Members

dxScreenTip Unit