its more of a runtime thing.
If you add a page to pages, then it has a page attached to the stretched down page of the Tab control.
using the TabToPage or PageToTab functions you can link them,
Also, using PAGE[index] will give you the Page control, from that I believe you can add items to it as child controls etc.
That is what i got out of it from playing around.
The problem is that you can have more pages than tabs so its possible to link specific pages to tabs etc