VI

Delphi

Atozed Software IntraWeb Ultimate Edition v15.2.27

IntraWeb supports RAD Studio / Delphi XE2, and in fact is included as a part of RAD Studio / Delphi XE2. If you have RAD Studio / Delphi XE2, you already have IntraWeb XII. RAD Studio 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8,...

Description

IntraWeb supports RAD Studio / Delphi XE2, and in fact is included as a part of RAD Studio / Delphi XE2. If you have RAD Studio / Delphi XE2, you already have IntraWeb XII. RAD Studio 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, Delphi 10.2 Tokyo, Delphi 10.3 Rio and Delphi 10.4 Sydney.


15.2.27 Version History

What’s New
New jQGrid event OnAsyncColumnResize(), triggered each time a column is resized by the end user on the browser. It allows keeping the column model in sync with user settings
Many enhancements in TIWSelect component: Public property SelectedValue (read/write) allows users to get or set the selected value (or values if MultiSelect is True). When MultiSelect is set, a comma-delimited list should be used to set elements.

Bug fixes
IWEdit and descendants would fail to reset background color to clNone in an Async request
IWSelect would render list with lower z-index than the div container, making it partially visible under certain circumstances
IWSelect becomes visible even if Visible property is set to False
TIWApplication.ShowForm() would fail to create a second instance of an existing form even when UseExistingInstance = False
A jаvascript error after a jQGrid event would freeze the grid

Modified
Default IWSelect ZIndex is 2000. When parented to a container (like IWRegion) it will get the container ZIndex + 1000
ESessionAlreadyLocked exception details will contain the callback name when triggered by an Async call
New field “Callback name” included in exception log report. This allows easy identification of any callback call raising exceptions
IWjQGridColumn: Field name using a Combobox to select the DataSet field
IWjQAccordion and IWjQPageControl: Toggling visibility of both controls won’t cause a full refresh. Instead, only the visibility is set.
IWjQGrids: Setting visibility of control won’t cause a full refresh. Instead, only the visibility is handled via jаvascript
also AddRequiredFiles() made virtual, allowing users to override it in custom descendants
IWGrids: Toggling visibility of control won’t cause a full refresh. Instead, only the visibility attribute is set via jаvascript

Additional Information