lazarus/components/datetimectrls
2017-11-26 18:24:42 +00:00
..
design IDE: New HiRes palette icons by Roland Hahn for database-related components 2017-11-26 18:24:42 +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
datetimectrls.pas
datetimepicker.pas datetimepicker: update date also when handle is not yet allocated. issue #32106 2017-07-04 06:47:33 +00:00
dbdatetimepicker.pas
lclcalwrapper.pas
Makefile
Makefile.compiled
Makefile.fpc
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.