<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >GetUserValue |
Gets the user defined value.
Prototype :
var GetUserValue
(
No Arguments
)
Reference :
Returns the value and type (numeric or character) assigned by SetUserValue function.
In OnBind event, to reference a value set in OnInitialize event, the user value would be useful than the global variable. Set a value at OnInitialize using SetUserValue and get it into OnBind using GetUserValue.
Example :
_TraceLn(This.GetUserValue());
Available Events :
All Events