Creating Units

A unit is a non-visual compilation entity that is used to store application code. Various units can be used to functionally divide code stored in them.

Create a unit

The unit can contain an entry point that will be executed on starting unit or assembly from development environment or on selection as autostart object. After the unit is created, fill it with code.

To close the current unit, select the File > Close main menu item. One can also press CTRL+ALT+W in the web application.

See also:

Developing User Application