Time mask in TMaskEdit
Is it real to write mask for corre开发者_如何学Cct time input? Max hours: 23 Max mins: 59 23:59
@Funtime, why you are using a TMaskEdit
componnet? instead try a using a a TDateTimePicker
. You must set the format
property to HH:mm
and the DateMode
property to dmUpDown
and will look like this.
And now you can access the current time selected reading the Time
property
精彩评论