Reading a TabPanel Page Text

How the heck do you programmable read the text of a page of a TabPanel? You can obviously set it and see it in the IDE, but how do you read it at runtime?

Is this related to the TabDefinition thing, but while that shows up in the pulldowns, and the IDE says it’s a property “As String” (but not via Index) the compiler rejects it.

I googled about this and got no answers.

There’s obviously workarounds but one should be able to read them.

Sorry, dumbness appearing outright. It’s Caption() as a method. So obvious I skipped right over it.