lazarus/components/datetimectrls
2020-06-01 22:05:39 +00:00
..
design buildintf: split from ideintf 2020-03-22 11:58:11 +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.lpk Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468, patch from Cyrax. 2019-12-23 21:01:19 +00:00
datetimectrls.pas
datetimepicker.pas DateTimePicker: Prevent calling change when user start editing and date was null and not yet updated to valid date 2020-06-01 22:05:39 +00:00
dbdatetimepicker.pas
lclcalwrapper.pas
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +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

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.