WidgetInstanceEx - cWebWidgetContainer
Returns the handle to a widget instance based on the widget id or C_WebUnresolvedObject if the widget does not exist
Type: Function
Return Data Type: Handle
Parameters
| Parameter | Type | Description |
|---|---|---|
| sWidgetDynamicId | String | The dynamic object id of the widget |
Syntax
Function WidgetInstanceEx String sWidgetDynamicId Returns Handle
Call Example
Get WidgetInstanceEx sWidgetDynamicId to HandleVariable
Description
Returns the handle to a widget instance based on the widget id.
Returns C_WebUnresolvedObject if the widget does not exist.