Skip to main content

TdxScreenTipFooterBand Class

The TdxScreenTipFooterBand class implements the ScreenTip’s footer section that can be defined on a set of ScreenTips.

Declaration

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

See Also