Host - cWebObject

Returns a Handle to the Host object of this web object

Type: Function

Return Data Type: Handle

Parameters: None

Return Value

Handle to the Host object


Syntax
Function Host Returns Handle

Call: Get Host to HandleVariable


Description

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.