The Language tab of the Code Toolbox displays RAP language elements, allowing you to drag and drop elements into the Code Editor.

_bm5

Selecting a category from the tree will display a list of elements for that category.

To insert an element into the
Code Editor, select the element and drag it to the Code Editor. The code necessary to reference or use the element will be generated. Note that when you drop an item such as a function call, the function's parameter list is provided. For instance, if you drag Copy into the Code Editor, it will expand as:

Copy(S, Index, Count);