mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 07:59:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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
 | 
						|
 |