Creating Applications

From RAD Studio
Jump to: navigation, search

Go Up to Building Applications, Components, and Libraries Index

The most common types of applications you can design and build are:

These types of applications compile as executables with start-up code.

You can create other types of projects such as packages and DLLs that result in creating packages or dynamically linkable libraries. These applications produce executable code without start-up code. Refer to Creating Packages and DLLs.

Topics

See Also