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 and Items.SaveToStrings methods to load/save marquee items from/to a TStrings object.
  • [change] Removed BeginUpdate and EndUpdate methods. Instead you can use Items.BeginUpdate and Items.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.