Hi everyone!
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?
Thank you,
Reinaldo.
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?
WITH OBJECT oBrw
  :aCols[ 1 ]:nEditType := EDIT_LISTBOX
  :aCols[ 1 ]:aEditListTxt := { "one", "two", "three" }
...//how can we set abitmaps on object :aCols[1]:oEditLbx ?
ENDThank you,
Reinaldo.

