<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >RemoveTableValue |
Remove the table value label of the given index.
Prototype :
void RemoveTableValue
(
integer TableValueIndex
)
Arguments :
TableValueIndex |
the index of the table value label |
Reference :
The index order is the same as the order on the screen.
If a table value label is deleted, the table title is also deleted and all labels on the right of the removed label moves to the left. The indexes of the table title and table labels that moved to the left are decreased by 1.
Example :
This.RemoveTableValue(0);
Available Events :
OnBind