Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
How do I inherit from forms?
This article has not been rated yet. After reading, feel free to leave comments and rate it.
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.
Comments:
|