lazarus/components/datetimectrls
mattias 0a891e4ab2 set version to 1.8.0RC1
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
..
design set version to 1.8.0RC1 2017-04-08 21:53:32 +00:00
pictures updating manual 2014-12-24 16:46:55 +00:00
calcontrolwrapper.pas
ChangeLog.txt
datetimectrls.lpk DateTimeCtrls: remove IDEIntf dependency from runtime package, add LCLBase 2016-05-24 11:00:02 +00:00
datetimectrls.pas DateTimeCtrls: split code into run-time and design-time packages. 2016-05-23 07:40:27 +00:00
datetimepicker.pas datetimectrls: datetimepicker: add OnChange and OnCheckBoxChange method handler lists. 2017-03-28 19:46:33 +00:00
dbdatetimepicker.pas Components: dbdatetimepicker: implement message CM_GETDATALINK, issue #30998, patch from Michal Gawrycki 2016-11-24 17:51:27 +00:00
lclcalwrapper.pas Fix calendar behaviour on newer Windows OS-s (Vista+) 2016-02-25 12:33:50 +00:00
Makefile set version to 1.8.0RC1 2017-04-08 21:53:32 +00:00
Makefile.compiled set version to 1.8.0RC1 2017-04-08 21:53:32 +00:00
Makefile.fpc set version to 1.8.0RC1 2017-04-08 21:53:32 +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.