TdxScreenTipBand Class
In This Article
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:
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 Screen
#Inheritance
TObject
TPersistent
TdxCustomScreenTipBand
TdxScreenTipBand
See Also