Declaring a New Component Class

From RAD Studio
Jump to: navigation, search

Go Up to Defining New Classes


In addition to standard components, Delphi provides many abstract classes designed as bases for deriving new components. The Creating Components topic shows the classes you can start from when you create your own components.

To declare a new component class, add a class declaration to the component's unit file.

See Also