Adjust caption height of WebForm + Splitter out of form

Hi

1/
for WebForm we can change color of caption but caption height is hard defined
BarHeight := '22';

we modify source code and add our property initiated in constructor
if fCaptionHeight <> ''
then BarHeight := fCaptionHeight
else BarHeight := '22';

but we appreciate to have this feature in the future.

Maybe is there something to do that without modify the source ?

2/ when use a splitter in subform, the splitter can move out the subform

3/ Subform can move with finger in Tablet

Thanks.

In the next update, this will be exposed via property Application.FormCaptionHeight: integer