lazarus/examples/designerbaseclass
vincents d79e783bb4 designer baseclass example: fixed compilation
git-svn-id: trunk@10589 -
2007-02-05 14:15:01 +00:00
..
example examples: fixed compilation 2007-02-01 23:33:31 +00:00
customcomponentclass.pas designer baseclass example: fixed compilation 2007-02-05 14:15:01 +00:00
designbaseclassdemopkg.lpk IDE: implemented registering custom component base classes for designer 2007-01-16 18:28:15 +00:00
designbaseclassdemopkg.pas IDE: implemented registering custom component base classes for designer 2007-01-16 18:28:15 +00:00
README.txt IDE: implemented registering custom component base classes for designer 2007-01-16 18:28:15 +00:00

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