TacFormHints component
Hierarchy Properties Events |
The acFormHints component applies the balloon hints for your controls instead of regular, rectangular hints. Balloon hints are displayed in a cartoon-style "balloon" with rounded corners and a stem pointing to the tool. They can be either single- or multi-line. You can specify the default balloon direction, text alignment and degree of transparency and other features that affect on hint appearance. One component changes appearance for all hints in entire application.
|
|
new! You can select the style of hint dynamically at run-time using OnShowHint event. For example you can select the cartoon-style hints for some certain controls but standard "boxy" style for all other controls.
|
|
new! Now you can use MaxWidth property to control the maximum width of balloon and wrap the long strings to next line.
|
Active | whether the FormHints is currently being in active state and can display balloon-like hints.
|
BiDiMode | layout in right to left reading order for bi-directional text when the font selected is a Hebrew or Arabic font (bdRightToLeft).
|
ColorBackground,
|
ColorBorder,
|
ColorShadow | specifies colors for various parts of balloon hint.
|
Direction | specifies default direction for balloon.
|
MaxWidth | specifies the maximum width of balloon. Allows to wrap the long strings to next line.
|
Rounded | appearance of baloon corners. Can be rectangular or rounded.
|
ShowArrow,
|
ShowShadow | whether the component should display arrow or shadow.
|
TextAlignment | controls the text alignment within a balloon window
|
Transparent | makes background of balloon transparent
|
TransparencyRate | controls the degree of transparency for hint's background.
|