The Real-Time Marquee Component v3.0 has been released. This is an upgrade release
- [feature] Added
LoopSpacingproperty to specify spacing between two consequent loops. - [feature] Added
Orientationproperty to define the direction of marquee either horizontally or vertically. - [feature] Added
Items.LoadFromStringsandItems.SaveToStringsmethods to load/save marquee items from/to a TStrings object. - [change] Removed
BeginUpdateandEndUpdatemethods. Instead you can useItems.BeginUpdateandItems.EndUpdatemethods. - [change] Now the
OnWrapevent raises in the main VCL thread. - [change] Codes related to parsing and displaying HTML text has been moved to the separate unit SimpleHTML.
