formroller Hint property
Return to Introduction  Previous page  Next page
Applies to
acFormRoller, acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost components as subproperty of CaptionButton.  

Declaration
property Hint: String;  

Description
The Hint property is the text string that can appear when mouse pointer moves over the caption button.  
 
If the CaptionButton's ShowHint property is False, the Help Hint won't appear, but the other hints still will.  

Note
Default Hint string for acFormRoller component is 'Roll up' rollup at normal state and 'Roll down' rolldown at reduced window state. Do not use this property to control the tooltip text. For this purpose you can use the HintRollUp and HintRollDown properties!  

See also
acCaptionButton component and ShowHint property.