formtopmost Hint property
Return to Introduction  Previous page  Next page
Applies to
acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller 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.  
 
Default Hint string for acFormTopmost component is 'Always on top'. You may change this string at run- or design-time if you're writting multilingual program.  

See also
acCaptionButton component and ShowHint property.