On an TxbrwColumn object when nEditType is EDIT_LISTBOX, oEditLbx object of class TListBox is created but I don't see how to set aBitmaps property. Is there way to show the listbox with bitmaps?
- Code: Select all Expand view
WITH OBJECT oBrw
:aCols[ 1 ]:nEditType := EDIT_LISTBOX
:aCols[ 1 ]:aEditListTxt := { "one", "two", "three" }
...//how can we set abitmaps on object :aCols[1]:oEditLbx ?
END
Thank you,
Reinaldo.