TdxScreenTipFooterBand Class
In This Article
The TdxScreenTipFooterBand class implements the ScreenTip’s footer section that can be defined on a set of ScreenTips.
#Declaration
Delphi
TdxScreenTipFooterBand = class(
TdxCustomScreenTipBand
)
#Remarks
A ScreenTip window is split into three sections – header, description, and footer.
These sections are of type TdxScreenTipBand, and proprietary to each ScreenTip.
If an application needs to display footer information common to a number of ScreenTips, use the ScreenTip repository’s StandardFooter property (instead of the ScreenTip’s Footer property), and toggle the UseStandardFooter property of specific ScreenTips to show this information.
#Inheritance
TObject
TPersistent
TdxCustomScreenTipBand
TdxScreenTipFooterBand
See Also