That's why I did not use frames at all... But with FMX there is no need for a "frame".
For every content I create a Form with a TLayout. If there is any need to uses this content on a other form/tab/whatever, you just have to set the parent of the layout to the e.g. tab or any other layout on any other form.
So easy...
Frank