TGDateTimeEdit

From Gestinux Wiki
Revision as of 19: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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