Unit TDMarque |
Renamed from Marquee.pas 6/14/1998 Paul RIce to avoid conflicts with others' work. Copyright © 1998 by DithoSoft Version 1.00 Written by Thorsten Dittmar Panel that can scroll text in many different ways. Version history: 1.00 - first release Property Description property Active Starts or stops the marquee property ScrollAmount Number of Pixels to jump property ScrollDelay The bigger the slower (min. 1/max. MaxInt) property ScrollStyle Style of the marquee (Scrolling right to left, blink or bounce) property ScrollText Text to scroll } {$A+,B-,C+,D+,E-,F-,G+,H+,I+,J+,K-,L+,M-,N+,O+,P+,Q+,R+,S-,T-,U+,V+,W-,X+,Y-
Classes |
TMarquee - TMarquee
Functions |
Register -
Types |
TScrollAmount
TScrollDelay
TScrollStyle
Constants |
Variables |
Functions |
Types |
TScrollAmount = TScrollDelayTScrollAmount
TScrollDelay = 1..MaxIntTScrollDelay
TScrollStyle = (ssScroll, ssBlink, ssBounce);TMarqueeStyle
Constants |
Variables |