<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >GetTableTitle |
Gets the table title of the given index.
Prototype :
object GetTableTitle
(
integer TableTitleIndex
)
Arguments :
TableTitleIndex |
the index of the table title |
Reference :
The index order is the same as the order on the screen.
Example :
var objTitle = This.GetTableTitle(0);
if(objTitle != null) {
_TraceLn(objTitle.GetText());
}
Available Events :
OnBind