Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb 15.1.5 - IWEdit in IWGrid.Cell problem
#3
(10-05-2019, 05:34 PM)MJS@mjs.us Wrote: 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);
...

thanks, but problem still exists... :-(

Piotr Lewicki
Reply


Messages In This Thread
RE: Intraweb 15.1.5 - IWEdit in IWGrid.Cell problem - by piotr.lewicki@mapi.com.pl - 10-05-2019, 06:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)