10-09-2019, 02:48 PM
I only did a quick check to confirm my memory, but BringToFront and SendToBack are inherited vestigal methods of TControl and don't function in IW.
Instead, use the .ZIndex property which is on IW controls. IW maps it to this in the output:
https://www.w3schools.com/jsref/prop_style_zindex.asp
Instead, use the .ZIndex property which is on IW controls. IW maps it to this in the output:
https://www.w3schools.com/jsref/prop_style_zindex.asp

