GetTabTitle Method (OracleFormsTabBar)

Action

Returns the tab title.

Syntax

C#
tabTitle = oracleFormsTabBar.GetTabTitle(index)
VB
tabTitle = oracleFormsTabBar.GetTabTitle(index)
Variable Description
tabTitle The title of the tab. String.
index The index of the tab. The value is zero-based. Integer.