Files
lazarus-ccr/components/ZVDateTimeCtrls/trunk
zoran-vucenovic bdeed1bcec Setting version to 1.5.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-06-16 11:37:29 +00:00
..
2012-09-05 00:32:23 +00:00
2012-09-05 00:32:23 +00:00
2013-11-15 21:32:47 +00:00
2013-10-02 13:20:28 +00:00
2014-06-16 11:37:29 +00:00

ZVDateTimeControls Package for Lazarus
--------------------------------------
http://wiki.lazarus.freepascal.org/ZVDateTimeControls_Package

About:
	The package contains two controls — TZVDateTimePicker and TDBZVDateTimePicker.

	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 TZVDateTimePicker control does not use native Win control, but it descends from LCL's TCustomControl to be cross-platform.

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

Author: Zoran Vučenović

License: Modified LGPL, same as Lazarus component library.