18.01.2015 Views

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

Technical Reference Manual - InduSoft

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix: Built-in Scripting Language<br />

numShift<br />

numCtrl<br />

numAlt<br />

• "/"<br />

• "*"<br />

• "HOME"<br />

• "END"<br />

• "INSERT"<br />

• "DELETE"<br />

• "DOWN"<br />

• "UP"<br />

• "LEFT"<br />

• "RIGHT"<br />

• "PAGEUP"<br />

• "PAGEDOWN"<br />

• "SPACE"<br />

• "RETURN"<br />

• "BACKSPACE"<br />

• "ESCAPE"<br />

• "A" … "Z"<br />

A numeric value or tag; whether to include Shift with the key (0 is no, 1 is yes).<br />

A numeric value or tag; whether to include Ctrl with the key (0 is no, 1 is yes).<br />

A numeric value or tag; whether to include Alt with the key (0 is no, 1 is yes).<br />

strTargetScreen<br />

optNumID<br />

The name of the screen to receive the key event code.<br />

Note: The numShift, numCtrl, numAlt and strTargetScreen parameters are<br />

optional. However, if you configure one of them, then you must configure the<br />

others as well.<br />

The specific instance number of the screen. (The ID is assigned when the screen is opened with<br />

the Open() function.) This is an optional parameter; the default ID is 0.<br />

Returned value<br />

This function returns no values.<br />

Examples<br />

Tag Name<br />

Expression<br />

SendKeyObject( 0, "R", 1, 0, 0, "main", 10 ) // Sends Shift-R to the "main" screen with ID 10.<br />

Page 618<br />

<strong>InduSoft</strong> Web Studio

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!