The Real-Time Marquee Component v3.0 has been released. This is an upgrade release
- [feature] Added
LoopSpacing
property to specify spacing between two consequent loops. - [feature] Added
Orientation
property to define the direction of marquee either horizontally or vertically. - [feature] Added
Items.LoadFromStrings
andItems.SaveToStrings
methods to load/save marquee items from/to a TStrings object. - [change] Removed
BeginUpdate
andEndUpdate
methods. Instead you can useItems.BeginUpdate
andItems.EndUpdate
methods. - [change] Now the
OnWrap
event raises in the main VCL thread. - [change] Codes related to parsing and displaying HTML text has been moved to the separate unit SimpleHTML.