开发者

Time mask in TMaskEdit

开发者 https://www.devze.com 2023-02-09 00:09 出处:网络
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

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.

Time mask in TMaskEdit

And now you can access the current time selected reading the Time property

0

精彩评论

暂无评论...
验证码 换一张
取 消