In case of using TWebData grid, I’d like to use the event handler: “onCellClickEvent”, the defautl
source code is as follows;
procedure TForm1.WebDataGrid1CellClickedEvent(Event: TJSCellClickedEvent);
begin
// hoge();
end;
It occurs compiler error message: identifier not found "TJSCellClickedEvent"