The Code Editor allows writing Event Code using contextual help similar to the Debug/CLI Window. This Window is opened by double-clicking the Event Code area of the Interface Editor.
• Typing ! will show available variables, controls, Main Interface and General properties and instructions.
•Typing !controlName. will show available properties and instructions for the control.
•Typing [ will show available property and values for data return.
•Typing < will show available Event Triggers for that control or Interface.
•Typing a partial word and double-clicking the item of choice will complete that instruction or property name.
•Typing a partial work and using CTLR-ENTER will auto-complete the first option in the list.
•Right-clicking an item will open a help window for that item.
•Typing an item and hitting F1 will show text help for assistance in using it.
•Clicking Update Code will update the code in the Interface Editor.
•Clicking Run Code will place the code in the Queue for processing. Event Triggered code excluded.
|