ComboDeleteData - cCJGridColumn
Clears the combo list for this column
Type: Procedure
Syntax
Procedure ComboDeleteData
Call Example
Send ComboDeleteData
Description
To enable combo lists for the column cells, you must set the column's pbComboButton property to True.
To add members to the combo list, send ComboAddItem.
To retrieve the full set of combo name/value pairs, use the ComboData method.