Driver

A driver is a script that contains source code of all methods and events of a component. Every component (except the CPU driver) has a driver associated with it. After creation of a new component, you have to write the code of all its new (not inherited) methods into the driver of the component. The code is written in a special macro language.