gredom.get_control
gredom.get_control(control)
Get a CONTROL object for the model object matching the fully qualified name.
If the parameter is a DOMOBJECT, this function behaves as a cast.
Parameters
| Parameter | Type | Description |
|---|---|---|
control | string or gredom#control | The fully qualified name of a control model object, or a DOMOBJECT representing a control. |
Returns
| Type | Description |
|---|---|
gredom#control | A CONTROL object that represents a control model object. |