TGDateTimeEdit
Revision as of 18:47, 3 November 2021 by Tintinux (talk | contribs) (Created page with "This is a component assembling a TGDateEdit and a TTimeEdit (LCL standard component) on a panel to display and input a date and a time. A property DateTime can read or wr...")
This is a component assembling a TGDateEdit and a TTimeEdit (LCL standard component) on a panel to display and input a date and a time.
A property DateTime can read or write a value of type TDateTime in the component.
Direct input can be allowed or not.
See also
TGDateEdit to enter a date with no time.
TGPeriodEdit designed for 2 dates (start date and end date).
Other data entry components