Unit AnimBmp |
Animated Bitmap Component version 1.0 Copyright 1997 by A. Meeder This is a simple component to use bitmaps (as a single file) for animation, you can use it with the following versions op Delphi: 1.x, 2.x and 3.x (this a is the version with which I developed it) To use this component you must do the following (after installing the component) Place this component on a form, choose a bitmap, set cols, rows and active properties ATTENTION: You don't have to install ThdTimer.pas but it must be available when you use Delphi 2.x or 3.x (put it in the same directory). Don't try to use ThdTimer.pas with Delphi 1.x, this version of Delphi (Windows 3.x) don't allow threads PROPERTIES: (besides standard properties like name) Active (default false) AutoSize (default true) Bitmap (default empty) Cols (default 1) Direction (default drForward) Interval (default 500) Rows (default 1) EVENTS: OnTimer (every time when a new frame showed) Questions, suggestions etc. mail me: ameeder@dds.nl
Classes |
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
TColRow = 1..MAXINT
TDirection = (drForward, drBackwards);
Constants |
Variables |