Returns Self, which is the handle of the view object.
Function ViewObject Returns Handle
Call: | Get ViewObject to HandleVariable |
ViewObject can be sent to any object within a cWebView to return the handle of the cWebView.
ViewObject, as defined in cWebView, returns Self.
Any object inside of a cWebView will delegate until the message is resolved in the cWebView. This provides a mechanism for determining the view that contains an object.