lazarus/examples/designerbaseclass
2017-05-11 09:04:51 +00:00
..
example Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
customcomponentclass.pas
designbaseclassdemopkg.lpk
designbaseclassdemopkg.pas examples: less hints 2016-03-01 15:20:46 +00:00
README.txt

This demonstrates how to add a new component base class for the designer.

Normally the IDE knows only TForm and TDataModule as base classes.
All components that can be designed in the IDE must descend form one of these
classes.

Quick start:
Install the package DesignBaseClassDemoPkg in the IDE and restart it.

Then open the project example/demo1.lpi