Version

Search Results

InvalidTextBehavior Property

Determines what happens when the control is validated and the text cannot be converted to a valid date. Syntax Remarks When the user enters text in the UltraDateTimeEditor, then the control will validate that text when in the Leave or Validating events. If the text cannot be converted to a valid date, the control ...

IsDateValid Property

Returns whether the controls current value represents a valid date Syntax Remarks The IsDateValid property can be used to determine if the date to which the controls DateTime property is currently set is valid, i.e., falls within the range specified by the MinDate and MaxDate properties. The IsDateValid property i...

IsInEditMode Property (UltraDateTimeEditor)

(Read-only) Returns whether the controls editor is currently in edit mode. Available only at runtime. Syntax

IsInputChar Method (UltraDateTimeEditor)

Returns true if the character should be sent directly to the control and not preprocessed, false otherwise. Syntax Parameters charCode The character to test. Return Value True if the character should be sent directly to the control and not preprocessed, false otherwise.

IsInputKey Method (UltraDateTimeEditor)

Returns true if the key is a valid input key for this control Syntax Parameters keyData The key to check. Return Value True if the key is a valid input key for this control.

MaskClipMode Property (UltraDateTimeEditor)

Gets/sets the mask that is applied to the controls text when it is copied to the clipboard. Syntax Remarks This property is used to determine how mask literals and prompt characters are handled when the controls contents are copied to the clipboard. Based on the setting of this property, the text of the control wi...

MaskDisplayMode Property (UltraDateTimeEditor)

Gets/sets the mask that is applied to the text displayed by the control when the control does not have the input focus. Syntax Remarks This property is used to determine how mask literals and prompt characters are displayed when the control is not in edit mode. Based on the setting of this property, the text of th...

MaskInput Property (UltraDateTimeEditor)

Gets/sets the input mask used by the control. Syntax Remarks When inputting data, the user can only replace a placeholder with a character that is of the same type as the one specified in the input mask. If the user enters an invalid character, the control rejects the character. The control can distinguish between...