lazarus/examples/designerbaseclass
2023-07-09 22:20:56 +02:00
..
example
customcomponentclass.pas IDE: added option for global star directory excludes 2023-07-09 22:20:56 +02:00
designbaseclassdemopkg.lpk
designbaseclassdemopkg.pas
designerbaseclass.ex-meta
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