TAdvofficePager undock tabs

Hi,

I have two TAdvOfficePager components (pager1, pager2) on the form.
Is it possible to undock tab from pager1 and dock it to pager2?

On both pagers, property AllowTabUndock is set to true, but I can not move tab from one
pager to another.

Any hint?

There is currently not a built-in setting to dock into a TAdvOfficePager.
The behavior is similar to what Google Chrome does, i.e. undock and to dock again, you'd need to programmatically add the tabsheet again to the TAdvOfficePager.