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

TdxCustomScreenTipBand Class

The base class for classes implementing sections in a ScreenTip window.

#Declaration

Delphi
TdxCustomScreenTipBand = class(
    TPersistent
)

#Remarks

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

These sections are represented by TdxCustomScreenTipBand descendants – TdxScreenTipBand and TdxScreenTipFooterBand. The TdxCustomScreenTipBand class provides an interface common to sections:

  • Glyph and GlyphFixedWidth – specify an explanatory image and its width options.

  • Text property – specifies a descriptive text.

  • TextAlign property – specifies the horizontal alignment of text in the section.

Additionally, the Font property is provided to identify font options that are currently applied to a descriptive text in a particular section.

Do not use the TdxCustomScreenTipBand class directly. Use its descendants instead.

#Inheritance

TObject
TPersistent
TdxCustomScreenTipBand
See Also