Documentation Archive Developer
Search
Table of Contents Previous Section

Application Code

In addition to having one or more components, your application can also include application code. In application code, you declare and initialize application variables and perform tasks that affect the entire application.

The application code file is named Application and its extension is based on the programming language you use to create it (Application.wos, Application.java, or Application.m).

Table of Contents Next Section