lazarus/components/datetimectrls
2016-03-25 14:28:22 +00:00
..
pictures
calcontrolwrapper.pas
ChangeLog.txt
datetimecontrolsreg.pas
datetimectrls.lpk
datetimectrls.lrs
datetimectrls.pas components: less hints 2016-03-01 15:31:26 +00:00
datetimepicker.pas DateTimePicker - check selection update on changing DateDisplayOrder 2016-03-25 14:28:22 +00:00
datetimepickerpropedit.pas
dbdatetimepicker.pas TDatePicker added public property DroppedDown - Delphi compatible 2015-10-10 13:33:30 +00:00
lclcalwrapper.pas Fix calendar behaviour on newer Windows OS-s (Vista+) 2016-02-25 12:33:50 +00:00
Makefile updated makefiles 2016-03-20 11:19:40 +00:00
Makefile.compiled
Makefile.fpc
manual.htm
readme.txt

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