ComboBoxDeleteAllRows(comboName As String)

 

Deletes all rows in the list of ComboBox comboName.

 

  

Parameters:

 

Name

Type

Description

comboName

String

ScreenFieldName of the control.

Ctrl+Click onto a ComboBox to retrieve its comboName

(= ScreenFieldName)

 

Available in:

 

WindowMain

WindowLink

YES

YES

 

 

Hint: You can find references to XojoScripts which make use of this function by sending the following SQL statement to the database:

Select id,GUID, ScriptName,ScriptCode from im_scripts where ScriptCode Like '%ComboBoxDeleteAllRows%'

 

Example XojoScript:

 

// Clear Combobox from category codes

ComboBoxDeleteAllRows("imCO_lnk_p01_CodeCategory")