vcl-dxscreentip-0fd95ef4.md
The TdxScreenTipFooterBand class implements the ScreenTip’s footer section that can be defined on a set of ScreenTips.
TdxScreenTipFooterBand = class(
TdxCustomScreenTipBand
)
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.
TObject TPersistent TdxCustomScreenTipBand TdxScreenTipFooterBand
See Also