Mega Code Archive

 
Categories / Delphi / Examples
 

How do i inherit from forms

Use Visual Form Inheritance. Create your base form, declare your methods and properties and right-click the form and select "Add to repository" to add your base form to the repository. When you select "File | New..." you can select your base form and copy, inherit or use it.