<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >GetParent |
Gets the parent component.
Prototype :
object GetParent
(
No Arguments
)
Example :
var myParent = This.GetParent();
_TraceLn(myParent.GetName());
Available Events :
OnBind, OnInitialize, OnStartBind