Running label component 
Delphi 1.0

This unit is public domain. You can add any code or modify it, but if you do it, please, let me know.



 
Properties
Direction moving direction ( Static, Left to Right ...)
LabelStyle normal, lowered or raised label
RText text of label
StepToView designing time only. View label at # step
Steps # of steps to perform running
Speed one step delay
Color background color
RFont label font


Events
OnBegin on first step
OnEnd on last step
OnStep on each step


Public procedures
procedure RLStart( SStep : integer) Start runing. SStep is starting step number. 
if 0<SStep<Steps then new starting step is assigned  else step number is not changed
function RLStop : integer Stop running. Returns current step number
function GetCurrentStep : integer Get current step number


 
Compile and run RLTEST.PRG project to see component options

Components, Programs, units Jump center