Sys.Component initialize Method
Initializes the current Component object.
aComponent.initialize();
The initialize method sets the isInitialized property of the current Component object to true. This function is called by the create method ($create) and overridden in derived classes to initialize the component.
Show: