|
TMCHintBox component for Delphi
MCHintBox is a combination of the Windows popup hints, "What's this?" context popup help, and our need to quickly show and hide diagnostic messages. MCHintBox simplifies the user's life:
User has no need to search the screen for the problematic control - the component will set focus to it, graphically point to it and display a message near to it.
User has no need to perform any special actions to discard this message from the screen. * When he understand the message then he just continues with his task - and the message will disappear.
Programmers may use only a single function call, HintBox, to display the message.
 |
|
|