Tried if i could recreate the features as discussed earlier based on TExtPageCtrl now, here too doing runtime-creation of the objects. It works fine (since the update from yesterday).
Only a trap at the end: when doing a "ExtPageCtrl1.Free" at FormClose i get an access violation executing a Null address, caused by: procedure TExtPage.UnlinkTab, line: "FTab.Free;"
Does it work on your side when dynamically creating the objects?