From 70127608b99ab7f3ac3df85eab400e726d509edb Mon Sep 17 00:00:00 2001 From: zoran-vucenovic Date: Wed, 2 Oct 2013 13:20:28 +0000 Subject: [PATCH] Add readme.txt git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2803 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/ZVDateTimeCtrls/trunk/readme.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 components/ZVDateTimeCtrls/trunk/readme.txt diff --git a/components/ZVDateTimeCtrls/trunk/readme.txt b/components/ZVDateTimeCtrls/trunk/readme.txt new file mode 100644 index 000000000..e7cb29286 --- /dev/null +++ b/components/ZVDateTimeCtrls/trunk/readme.txt @@ -0,0 +1,14 @@ +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. \ No newline at end of file