Topic: TableGrid: Cannot set some events by script (undeclared identifier)

V6.2


  Form1.TableGrid1.OnKeyUp       := @DoSomething; //working
  Form1.TableGrid1.OnClick       := @DoSomething; //undeclared identifier
  Form1.TableGrid1.OnDoubleClick := @DoSomething; //undeclared identifier

Is it possible to have all events accessible by code?

I had the same problem with a few other events in other components, too.

Post's attachments

Attachment icon test2.zip 325.11 kb, 291 downloads since 2019-12-28 

Re: TableGrid: Cannot set some events by script (undeclared identifier)

Hello.


Please download latest beta version 6.3
I have added all events for a TableGrid
https://www.dropbox.com/s/gczabpgu8tyei … a.zip?dl=0

Dmitry.

Re: TableGrid: Cannot set some events by script (undeclared identifier)

Thank you!
I will try it perhaps next week. Very busy at the moment... <sigh>... ;-)