File Name.......: BmDelay.Zip
File Version....: Version 1.0
File Description: Implementation of Borland-Pascal Delay function, encapsulated in a component. 
                  During this delay, all system messages are performed.
Targets.........: Delphi & C++ Builder.
Author Name.....: BOURMAD Mehdi
EMail...........: bourmad@multimania.com
WEB.............: http://www.multimania.com/bourmad
File Status.....: Freeware
Category........: Application with source.

(-----------------------------------------------------------------)
As usual :

Free to use and redistribute, but my name must
appear somewhere in the source code, or in the software.
No warranty is given by the author, expressed or implied.

WARNING! THE CODE IS PROVIDED AS IS WITH NO GUARANTEES OF ANY KIND!
USE THIS AT YOUR OWN RISK - YOU ARE THE ONLY PERSON RESPONSIBLE FOR
ANY DAMAGE THIS CODE MAY CAUSE - YOU HAVE BEEN WARNED!

(-----------------------------------------------------------------)

Files :

Sources
-------
BmAlias.*   : file for Register components. Install this one in Delphi.

Resources Files
---------------
BmDelay.d*  : resources files for components library.

How to use resources files
--------------------------
you need to do nothing...
*.R16 and *.D16 files are automatically included in 16 bits (Delphi1)
*.R32 and *.D32 files are automatically included in 32 bits (D2, D3, D4, BCB1, BCB3)

Installation
------------
Simply add BmDelay.pas in your components.

(-----------------------------------------------------------------)

History :

16/04/99 - Version 1.0 :
    Primary version.