TdxCustomScreenTipLink Class
In This Article
The base class for ScreenTip links that map ScreenTips to associated objects.
#Declaration
Delphi
TdxCustomScreenTipLink = class(
TCollectionItem
)
#Remarks
This class extends its ancestor with the ScreenTip property that references a ScreenTip used to map to an associated object. The following classes inherit from TdxCustomScreenTipLink to provide settings for object-specific ScreenTip links:
TdxScreenTipLink. Establishes a link between a ScreenTip and a hinted control;
TdxScreenTipActionLink. Establishes a link between a ScreenTip and an action assigned to one or more hinted controls.
#Inheritance
TObject
TPersistent
TCollectionItem
TdxCustomScreenTipLink
See Also