TabPanel.Caption

From Real Software Documentation

Jump to: navigation, search
Method
TabPanel.Caption ( Index as Integer ) As String

Allows you to get or set the caption of the specified tab at runtime. The first tab is numbered zero.

Example

This example sets the first two captions.

me.caption(0)="One"
me.caption(1)="Two"
Personal tools