lazarus/components/datetimectrls
2019-07-10 20:50:57 +00:00
..
design set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
pictures IDE: New HiRes palette icons by Roland Hahn for database-related components 2017-11-26 18:24:42 +00:00
calcontrolwrapper.pas
ChangeLog.old DateTimeCtrls: Rename outdated ChangeLog.txt to ChangeLog.old 2017-06-11 15:32:59 +00:00
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 DateTimePicker: Make widths of ArrowButton and UpDown highDPI-aware. Issue #35814. 2019-07-10 20:50:57 +00:00
dbdatetimepicker.pas DBDateTimePicker - removing old comment 2017-05-06 13:18:08 +00:00
lclcalwrapper.pas Fix calendar behaviour on newer Windows OS-s (Vista+) 2016-02-25 12:33:50 +00:00
Makefile set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
readme.txt DateTimePicker: correcting link in readme.txt 2017-06-11 14:49:27 +00:00

DateTimeCtrls Package for Lazarus
--------------------------------------
http://wiki.lazarus.freepascal.org/DateTimeCtrls_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.