The Code Toolbox is a visual code repository. It contains most of the identifiers and code elements that the RAP compiler recognizes.

The Code Toolbox enables you to:

_bm0   View identifiers grouped by available data, visible object properties or language features  
 
_bm0   Generate code by dragging identifiers into the Code Editor. Functions dragged into the editor will generate a place-holder parameter list. For example, the following code is generated when you drag the Copy function into the Code Editor:  
 
 
         Copy(S, Index, Count);   
 
Each tab of the Code Toolbox consists of a treeview and a list of identifiers. The treeview allows you to navigate groups of identifiers listed on each tab.

Identifiers listed in the Toolbox will also display relevant information such as Type, Size, Signature, etc.