Plugin API: access SQL results single cell value

Hello,

Is there a callback to provide access to, say, current cell in the SQL Results grid (in SQL or Test window)? I'd like too hook a popup menu triggering routines to evaluate the cell's data.

I know there is an easy way to work around this - use the Clipboard, but a direct hook would be more friendly.

Regards,
Tomasz
 
You can only use the IDE_ResultGridRowCount, IDE_ResultGridColCount, and IDE_ResultGridCell to access the result grid.
 
Back
Top