TdxCustomScreenTipLinks Class
In This Article
The base class for collections of ScreenTip links.
#Declaration
Delphi
TdxCustomScreenTipLinks = class(
TCollection
)
#Remarks
This class extends its ancestor with the ScreenTipStyle property that references the ScreenTip style settings applied to the links contained within the collection. The following classes inherit from TdxCustomScreenTipLinks to provide settings for specific ScreenTip links:
TdxScreenTipLinks. Contains links established between ScreenTips and hinted controls;
TdxScreenTipActionLinks. Contains links established between ScreenTips and actions assigned to hinted controls.
#Inheritance
TObject
TPersistent
TCollection
TdxCustomScreenTipLinks
See Also