TWebForm BorderStyle

Hi,

I am unable to set this. If I do it in code I get an error because it is protected. Can this please be published?

Thanks,

Ken

This is not supported and does not make sense. A form either is hosted in the browser window and there is no real border or it is hosted in another HTML element and the border is set at the level of the HTML element where the form is hosted.

In a PWA Iif I have 3 panels inside of one another, even though the BorderStyle of all of them is set to bsNone, on iOS I have thicker lines on the bottom and right hand side. This may be because the bevel settings cannot be made in Web Core.

By experimentation I have found that setting ShowCaption to false resolves this.