Back to Devexpress

TdxScreenTipFooterBand Class

vcl-dxscreentip-0fd95ef4.md

latest1.5 KB
Original Source

TdxScreenTipFooterBand Class

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

TdxScreenTipFooterBand Members

dxScreenTip Unit