Unit AnimDialogMain

********************************************************************* ***** AnimDialog written by Dean Van Es e-mail: dve@onthenet.com.au Last update: 17 Oct 1996 This small program is Freeware, so rip it to peices & do what you like with it. The only thing I request is that if you turn this into somthing intresting I would love to see it, so e-mail me and let me see. If you have an other programs that do something along these lines I would like to see them too! Have fun, Regards, Dean. ***** This simple little program draws an image onto a TBitmap then Blt's the image from the TBitmap to the screen. By not drawing directly to the screen the flickering problem is overcome. This method is kown as Double Buffering. The animation routine is also Threaded so the animation runs and you can change the delay while it runs. This is a very basic example which I've thrown together and can be made alot more efficient. *********************************************************************

Classes

TAnimThread -
TAnimWindow -

Functions

Types

Constants

Variables

AnimWindow


Functions


Types


Constants


Variables

AnimWindow : TAnimWindow

Public declarations