15.2.50 Version History

What’s New

  • New property Image in TIWLink and TIWURL, allows links to be rendered with associated image (from an image file or FontAwesome/Foundation Icon, just like the new TIWButton)
  • New control TIWLabelEx, an extended version of IWLabel with image property that also works as above
  • hmDelete included in ServerController methods. Allows IW content handlers to respond to DELETE (REST) requests

Bug fixes

  • Fix positioning of IWFrames rendering in async when aligned (alClient, alTop, etc). Previously the frame would be positioned 2 pixels away from the correct position
  • Bug fix: Reset HTMLName of IW control when VCL Name changes (fixes some specific cases where an IWControl owns other child IWControls)
  • C++ Builder only: Fixed link error when referencing IWJsonDataObjects unit

Modified

  • Introduced an workaround for an issue when rendering CGDevTools controls in async mode which guarantees proper cleanup when a control is rendered for a second time
  • Introduced a check in method TIWBaseHTMLControl.MakeHTMLTag to avoid an AV when rendering some CGDevTools controls.