Sys.Component initialize Method
Initializes the current Component object.
Syntax
Remarks
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.