12-11-2020, 08:12 PM
(This post was last modified: 12-11-2020, 08:53 PM by tobenschain.)
I have a TIWComboBox away from TIWGrid that works. But if I set it to
Grid.Cell[ARow, norm_col(j1)+skip].Control := ComboBox;
it is blank.
the values are there
Grid.Cell[ARow, norm_col(j1)+skip].Control := ComboBox;
it is blank.
(12-11-2020, 08:01 PM)kudzu Wrote: Add a test button. In the click event check the values using the syntax you posted above:
xCombo := TIWComboBox(Grid.Cell[x, y])
Then see if it has values you expect in that event.
the values are there

