lazarus/components/datetimectrls
mattias 5772aff233 fixed wrong Frac/Trunc in DecodeDate/Time
git-svn-id: trunk@47641 -
2015-02-07 12:22:35 +00:00
..
pictures updating manual 2014-12-24 16:46:55 +00:00
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 fixed wrong Frac/Trunc in DecodeDate/Time 2015-02-07 12:22:35 +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 IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
Makefile.compiled IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
Makefile.fpc IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
manual.htm updating manual 2014-12-24 16:46:55 +00:00
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.