Making Components Available at Design Time - Overview

From RAD Studio
Jump to: navigation, search

Go Up to Making Components Available at Design Time

Making your components available at design time requires several steps:

Not all these steps apply to every component. For example, if you do not define any new properties or events, you do not need to provide Help for them. The only steps that are always necessary are registration and compilation.

Once your components have been registered and compiled into packages, they can be distributed to other developers and installed in the IDE. For information on installing packages in the IDE, see Installing component packages.

See Also

Code Samples