Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxScreenTipBand Class

A section in a ScreenTip window.

#Declaration

Delphi
TdxScreenTipBand = class(
    TdxCustomScreenTipBand
)

#Remarks

A ScreenTip window is split into three sections – header, description, and footer.

Each section is represented by a TdxScreenTipBand class instance. With TdxScreenTipBand properties, you can specify the following for each section:

  • An explanatory image (see the Glyph property).

  • A descriptive text (see the Text property).

You can also specify the horizontal alignment of text in the section (see the TextAlign property).

Note

to specify common footer information for a number of ScreenTips, use the ScreenTip repository’s StandardFooter property instead of the ScreenTip’s Footer property to avoid replication. To specify which ScreenTip displays this information, toggle the UseStandardFooter property of the specific ScreenTip.

#Inheritance

See Also