mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 12:49:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ This file was automatically created by Lazarus. Do not edit!
 | 
						|
  This source is only used to compile and install the package.
 | 
						|
 }
 | 
						|
 | 
						|
unit alllclunits;
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
uses
 | 
						|
  BarChart, CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer, 
 | 
						|
  DBActns, DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray, 
 | 
						|
  DynHashArray, DynQueue, EditBtn, ExtCtrls, ExtDlgs, ExtendedStrings, 
 | 
						|
  extgraphics, FileCtrl, Forms, FPCAdds, Graphics, GraphMath, GraphType, 
 | 
						|
  GraphUtil, Grids, HelpIntfs, IcnsTypes, ImageListCache, ImgList, 
 | 
						|
  IniPropStorage, InterfaceBase, IntfGraphics, LazHelpHTML, LazHelpIntf, 
 | 
						|
  LazLinkedList, LCLClasses, LCLIntf, LCLMemManager, LCLMessageGlue, LCLProc, 
 | 
						|
  LCLResCache, LCLStrConsts, LCLType, Menus, LCLUnicodeData, LCLVersion, 
 | 
						|
  LMessages, LResources, maps, maskedit, PairSplitter, PopupNotifier, 
 | 
						|
  PostScriptCanvas, PostScriptPrinter, postscriptunicode, Printers, 
 | 
						|
  PropertyStorage, RubberBand, ShellCtrls, Spin, StdActns, StdCtrls, 
 | 
						|
  StringHashList, TextStrings, Themes, TmSchema, Toolwin, Translations, 
 | 
						|
  UTrace, XMLPropStorage, Messages, WSButtons, WSCalendar, WSCheckLst, 
 | 
						|
  WSComCtrls, WSControls, WSDesigner, WSDialogs, WSExtCtrls, WSExtDlgs, 
 | 
						|
  WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus, 
 | 
						|
  WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin, 
 | 
						|
  ActnList, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL, 
 | 
						|
  ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common, 
 | 
						|
  customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree, 
 | 
						|
  LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android, Arrow, 
 | 
						|
  LazarusPackageIntf;
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
procedure Register;
 | 
						|
begin
 | 
						|
  RegisterUnit('RegisterLCL', @RegisterLCL.Register);
 | 
						|
end;
 | 
						|
 | 
						|
initialization
 | 
						|
  RegisterPackage('LCLBase', @Register);
 | 
						|
end.
 |