Skip to main content
Version: 9.0.2

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

ParameterTypeDescription
controlstring or gredom#controlThe fully qualified name of a control model object, or a DOMOBJECT representing a control.

Returns

TypeDescription
gredom#controlA CONTROL object that represents a control model object.