Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb 15.1.5 - IWEdit in IWGrid.Cell problem
#2
The buttons will need a unique 'Name' value assigned after being created.  Something like:

        Control := TMyIWEdit.Create(IWGrid1);
        with TMyIWEdit(Control) do
        begin
          Name := 'btn'+IntToStr(i)+IntToStr(j);
...
Reply


Messages In This Thread
RE: Intraweb 15.1.5 - IWEdit in IWGrid.Cell problem - by MJS@mjs.us - 10-05-2019, 05:34 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)