Registriert seit: 28. Dez 2012
155 Beiträge
Delphi XE3 Professional
|
AW: Sekunden im Text von TDBEdit (Uhrzeit) werden bei Fokus auf 00 gesetzt
20. Aug 2019, 15:04
Zitat:
TField.DisplayFormat = "HH:MM" used to display existing values, but EditMask
will not work to control data entered by user. EditMask processing uses the
text property, not the displaytext, hence gets a datetime string like
"12/03/2005 10:57:03" and can not remove both leading (date) and trailing
(seconds) extraneous characters. You can not get hours and minutes from a
full datetime string using a mask.
Quelle: https://groups.google.com/forum/#!to...32/ZuDseFAGWaU
Da muss ich mir wohl was anderes einfallen lassen...
Ist ein Nilpferd ein Pferd, das nicht vorhanden ist?
|