Compiling Components into Packages

From RAD Studio
Jump to: navigation, search

Go Up to Making Components Available at Design Time

Once your components are registered, you must compile them as packages before they can be installed in the IDE. A package can contain one or several components as well as custom property editors. For more information about packages, see Working with Packages and Components.

To create and compile a package, see Creating and Editing Packages. Put the source-code units for your custom components in the package's Contains list. If your components depend on other packages, include those packages in the Requires list.

To install your components in the IDE, see Installing Component Packages.