mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 16:34:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			491 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			491 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ This file was automatically created by Lazarus. Do not edit!
 | 
						|
  This source is only used to compile and install the package.
 | 
						|
 }
 | 
						|
 | 
						|
unit DateTimeCtrls;
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
uses
 | 
						|
  DateTimePicker, DBDateTimePicker, DateTimePickerPropEdit, 
 | 
						|
  DateTimeControlsReg, calcontrolwrapper, lclcalwrapper, LazarusPackageIntf;
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
procedure Register;
 | 
						|
begin
 | 
						|
  RegisterUnit('DateTimeControlsReg', @DateTimeControlsReg.Register);
 | 
						|
end;
 | 
						|
 | 
						|
initialization
 | 
						|
  RegisterPackage('DateTimeCtrls', @Register);
 | 
						|
end.
 |