15.1.8

<< Click to Display Table of Contents >>

Navigation:  Version History >

15.1.8

Version History link

 

2019-11-12

 

What’s new

 

New event OnValidateComponent for IWTemplateProcessorHTML. Allows users to create controls at run time on demand.

 

TIWFont using a style cache which makes rendering much faster

 

TContentForm has new property AppendMappedURL

 

Modified

 

Improved detection of some file types (DOCX, XLSX, PPTX) using TIWFileUploader.CheckMimeType() method

 

Bug fixes

 

SetFocus might be called a second time after an Async call

 

Registration of callbacks in IWForm’s constructor (not OnCreate event) could fail (also affects C++ Builder)

 

IWBSCheckBox and IWBSRadioButton checked state wouldn’t be correctly retrieved in Async calls (IWBS3 and 4 versions)

 

Sync OnResize event when set could cause other sync events to fail