MobileTabPanel cannot support Chinese characters


As shown in the above figure, after editing the label as Chinese characters in Tabs edit, the displayed content is garbled

If you set the label via code in the Opening event does it work?

me.CaptionAt(0) = "Something"
me.CaptionAt(1) = "Tab 2"

This may be an IDE bug. When I close the IDE and reopen it, it displays normally.
Garbled characters will be displayed only after the content is modified, but this does not affect the effect in the debugger.