lazarus/components/datetimectrls
dsiders 4de931e101 Docs: DateTimeCtrls. Adds project and topics files to generate CHM and HTML help using FPDoc.
* Adds files with topic skeletons.
* Adds content for topics (partial).
* Merges content from the wiki page.
2023-02-04 00:06:16 +00:00
..
design updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
docs Docs: DateTimeCtrls. Adds project and topics files to generate CHM and HTML help using FPDoc. 2023-02-04 00:06:16 +00:00
pictures
calcontrolwrapper.pas LCL/DateTimePicker: Correct spelling and grammar in source code comments. Patch by Don Siders. Issue #40101. 2023-01-30 13:34:40 +01:00
ChangeLog.old
datetimectrls.lpk
datetimectrls.pas
datetimepicker.pas LCL/DateTimePicker: Correct spelling and grammar in source code comments. Patch by Don Siders. Issue #40101. 2023-01-30 13:34:40 +01:00
dbdatetimepicker.pas LCL/DateTimeCtrls: Add new property DecimalSeparator. Publish property Alignment in TDBDateTimePicker. Patch by Don Siders. Issue #40098. 2023-01-27 13:00:12 +01:00
lclcalwrapper.pas
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled
Makefile.fpc updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01: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.