Description of Adrock Message Dialog component :
The TAdrockMessageDialog routines provide similar function to the standard Delphi routines ShowMessage and MessageDlg, but these routines provide a few extras.You can have a default button so that your dialogs can have a NO or a CANCEL or any button as a default. It is better to have a dialog like this :Are you sure that you want to format the hard disk? with NO as being the default.Supports termination of the dialogue after a time period.Supports waiting a specific time period before choosing the default button. It supports playing sounds and wave files, automatically changiog the cursor and restoring it back to what it was before, and more.