twebpagecontrol problems

I have the following strange problem with the a Twebpagecontrol
As you can see in the following image it has the following tabs:


But when running the program the following image is show:
εικόνα
The fake tab is missing and from the debugger I can see that t_fake is null
If I delete this tab, an other tab will have the same problem and it is null

Can you share the form file or at least DFM so we can reproduce and investigate?

I copied the TwebPageControl in a new project, in its main form
The problem seems to exist.
Unit3.zip (2.3 KB)
The first interesting notice during copying as you you can see in the following image, is that 3 "default tabs" (sheet1,sheet2, sheet3) were included during copy-past. They do not exist in the original TwebPagecontrol.
As you can see also in the image, the caption of the missing tab is included in the text of the previous tab. If I delete these greek language message the problem is fixed.

We could reproduce this and it is related to the encoded text in the previous tab.
We are investigating to have this fixed.

1 Like

Any news?

We internally fixed the problem. A compiler update is needed. This update will be included in the next release. A workaround for now is to set the Greek text in code instead of design-time (DFM)

1 Like