TdxCustomScreenTipBand.Text Property
In This Article
Specifies the descriptive text for the ScreenTip section.
#Declaration
Delphi
property Text: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The specified text is a description of the control’s intended purpose. This text can be used along with the specified explanatory image (see the Glyph property).
Use the TextAlign property to align the image and the text.
See Also