DateTimePicker 的 OnUserInput事件是作什么的?什么时候能激活此事件?(200分)

  • 主题发起人 主题发起人 gaojp
  • 开始时间 开始时间
G

gaojp

Unregistered / Unconfirmed
GUEST, unregistred user!
有谁知道,DateTimePicker 的 OnUserInput事件是作什么的?什么时候能激活此事件?
 
自己看看帮助呵
Description
This event occurs only if ParseInput is set to True. Write an OnUserInput event handler implement special processing that needs to occur when the user types directly into the TDateTimePicker (rather than selecting with the drop-down calendar or scroll arrows). UserString is the string that the user types, and DateAndTime represents the value of the Date or Time property.

可以在它的onUserInput事件中写下代码来检测输入的
时间格式是否正确,时间格式由:dateFormat来指定
 
为什么都不喜欢看帮助和例子呢?
可怜Delphi那么详细的帮助和例子
 
后退
顶部