#1 2011-09-27 09:30:26

noobies
Member
Registered: 2011-09-13
Posts: 139

assign visual events in Drawgrid?

How can I assign a visually set event onKeyDown in Drawgrid or this is only possible programming method?

Offline

#2 2011-09-27 14:05:19

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: assign visual events in Drawgrid?

The OnKeyDown event set in the IDE is overloaded by TSQLTableToGrid.DrawGridKeyDown.

Same idea for OnKeyPress event, overloaded by TSQLTableToGrid.DrawGridKeyPress.

What do you want to do?

Offline

#3 2011-09-28 05:28:19

noobies
Member
Registered: 2011-09-13
Posts: 139

Re: assign visual events in Drawgrid?

I want to assign key Delete on event onKeyDown in a particular table. If i use IDE double click on event onKeyDown and write my code - nothing happens.
how correct set events to DrawGrid?

Offline

Board footer

Powered by FluxBB