lazarus/components/datetimectrls
2014-09-26 21:40:47 +00:00
..
pictures
calcontrolwrapper.pas
ChangeLog.txt
datetimecontrolsreg.pas Move DBDateTimePicker to Date Contorls page on Component Pallete 2014-05-19 16:43:37 +00:00
datetimectrls.lpk datetimectrls: removed -CX, added LCLWidgetType dir to output path 2014-09-13 21:10:55 +00:00
datetimectrls.lrs
datetimectrls.pas
datetimepicker.pas LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for yet more controls. Issue #26781, patch from Sandro Cumerlato. 2014-09-26 21:40:47 +00:00
datetimepickerpropedit.pas
dbdatetimepicker.pas LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for yet more controls. Issue #26781, patch from Sandro Cumerlato. 2014-09-26 21:40:47 +00:00
lclcalwrapper.pas
Makefile datetimectrl: updated makefile 2014-09-14 09:23:47 +00:00
Makefile.compiled datetimectrls: removed -CX, added LCLWidgetType dir to output path 2014-09-13 21:10:55 +00:00
Makefile.fpc datetimectrl: updated makefile 2014-09-14 09:23:47 +00:00
manual.htm
readme.txt

DateTimeControls Package for Lazarus
--------------------------------------
http://wiki.lazarus.freepascal.org/DateTimeControls_Package

About:
	The package contains two controls — TDateTimePicker and TDBDateTimePicker.

	Delphi's VCL has a control named TDateTimePicker, which I find very useful for editing dates. LCL, however, does not have this control. Instead, for editing dates LCL has a control named TDateEdit, but I prefer the VCL's TDateTimePicker. Therefore, I tried to create a cross-platform Lazarus control which would resemble VCL's TDateTimePicker as much as possible. The TDateTimePicker control does not use native Win control, but it descends from LCL's TCustomControl to be cross-platform.

	TDBDateTimePicker is a data-aware version of TDateTimePicker, with nice way of handling null database values.

Author: Zoran Vučenović

License: Modified LGPL, same as Lazarus component library.