Handle to the Host object
Function Host Returns Handle
Call: | Get Host to HandleVariable |
Returns a Handle to the Host object of this web object.
The host object is the cWebApp that manages this web object.
You would use this handle to call AppSynching and other functions defined on the Host.
The Owner function will usually give the same handle unless the web object is managed by a cWebDynamicObjectContainer.