ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
ComboBox.ResetContent
OverviewExamples
ComboBox.ResetContent ( string ObjectName )
De s cr ip t ion
Removes all items from the specified combobox object.
P arame t er s
ObjectName
(string) The name of the combobox object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
ComboBox.SetEnabled
OverviewExamples
ComboBox.SetEnabled ( string ObjectName,
boolean Enabled = true )
De s cr ip t ion
Sets the enabled/disabled state of a combobox object.
Note: When a combobox is disabled, it takes on a disabled appearance (if it has one) and doesn't respond to the user at all.
P arame t er s
ObjectName
(string) The name of the combobox object.