Public Function ListboxColumnValsToDelimList(objListbox As ListBox, Optional ValueColumnIndex As Integer = -1, Optional QuoteValues As xf_QuoteTypeEnum = None, Optional Delimiter As String = ",") As String
Return the values from all rows of the listbox as a delimited string.
The default used is the bound column value, but the column index can be specified if a different value is desired.
xf_DataList
xf_Controls