lazarus/components/datetimectrls
2022-06-09 13:18:01 +02:00
..
design datetimectrls: set lpk to designtime 2022-06-09 13:18:01 +02:00
pictures Components: Add copyright notes to all folders to which Roland Hahn has contributed images. 2021-02-24 22:17:51 +00:00
calcontrolwrapper.pas DateTimePicker: add InMonthView function to TCalendarControlWrapper - adds layer of abstraction to using of calendar "view" 2021-01-04 11:57:45 +00:00
ChangeLog.old
datetimectrls.lpk
datetimectrls.pas
datetimepicker.pas DateTimePicker: Adjust comments of option enums so that OI's InfoBox can show them. Issue #39524. 2021-12-28 18:39:11 +02:00
dbdatetimepicker.pas DateTimePicker - add OnShowHint event 2021-02-22 12:15:58 +00:00
lclcalwrapper.pas DateTimePicker: add InMonthView function to TCalendarControlWrapper - adds layer of abstraction to using of calendar "view" 2021-01-04 11:57:45 +00:00
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
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.