DateControl Xojo Plugin

DateControl.KeyDown Event

The user has pressed the Key passed while the DateControl has the focus.

KeyDown(
   Key as String) as Boolean

Parameters

Key
A string representing the key that was pressed.

Returns

Boolean

Remarks

Returns a Boolean. Returning True means that no further processing is to be done with the Key.

See Also

DateControl Control