| Funktionsname | dcl_Grid_SetCellDropList |
|---|---|
| Syntax | (dcl_Grid_SetCellDropList
<CONTROL> Row [as Long] Column [as
Long] Items [as List of
Strings] {Images [as List of
Integers]}) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | Grid |
This method sets the dropdown list content for the cell at the specified row and column. Items contains the text items for the list, and Images contains the image index from the control's image list for the image associated with each list item. The dropdown list is used to populate the combo box control for cells that use it.