Promotic

onCellClicked - event of the PmgWTable object

Description:
The event is triggered when cell receives mouse left button click.
Parameters:
pMe(Object) Reference to the PmgWTable object where the event rises.
pEvent(Object) Reference to the object describing detailed information about the specific event.
pEvent.Row - (Long) [for reading] Row of clicked cell (zero-based index, counted including the fixed part).
pEvent.Col - (Long) [for reading] Column of clicked cell (zero-based index, counted including the fixed part).
pEvent.Ctrl - (Boolean) [for reading] Indication of concurrent pressing the Ctrl key.
pEvent.Shift - (Boolean) [for reading] Indication of concurrent pressing the Shift key.
pEvent.Alt - (Boolean) [for reading] Indication of concurrent pressing the Alt key.
Note:
The event is triggered only if Interaction property is set to 1, 2 or 3.

This event is also functional in Web panels.
See also:
Example:
The value of the cell that has been clicked by mouse is entered into the val variable
JavaScriptVBScriptSelect and copy to clipboard

var nRow = pEvent.Row;
var nCol = pEvent.Col;
var val = pMe.GetCellText(nRow, nCol);
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.