TMarquee -
GetColor -
Register -
TDirection
TExitRequest
TSpeed
BLKSEP
CLRSEP
ETX
STX
function GetColor(I: Integer): TColor;
procedure Register;
TDirection = (tdLeft, tdRight, tdNone);
TExitRequest = procedure (Sender: TObject) of Object
TSpeed = (tsSlow, tsMedium, tsFast);
BLKSEP = '|'
CLRSEP = '%'
ETX = chr(3)
STX = chr(2)
Renamed from Marquee.pas 6/12/1998 Paul Rice to avoid conflict with others' work.
TMarquee - written by Bill Wehnert (c) 1997 all rights reserved
version 1.01 - Included the xprocs unit that I missed in first release
version 1.00 - initial release
This product and it's source are donated freely into the public domain.
You may use this component as you see fit.
You can distribute this unit (along with all of the other included files)
to any and all takers. You may NOT however charge for it, other than a
distribution fee for the media it is distributed on.
If you find this component usefull, please drop me a line at:
wehnertb@bigfoot.com
If you don't find this component usefull, or would like to see enhancements
please write to the above address as well.
Enjoy.
Bill Wehnert