TdxScreenTipBand Class
A section in a ScreenTip window.
Declaration
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 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
TObject
TPersistent
TdxCustomScreenTipBand
TdxScreenTipBand
See Also