Link Search Menu Expand Document

MaskEdit.Value Property

The value to be displayed in the mask edit.

If the entered value does not meet the specified conditions of the Mask property, it will be an empty character string.

It does not include edit literal characters added by the Mask property.

Contains characters entered in the input field and blank characters that appear in unfilled positions (default is underscore “_”).

A string containing edit literal characters can be obtained with the EditText property.

Scripted value settings are not validated by the Mask property and are not affected by the InputMode property.

Specify a character string that is consistent with the contents specified in the Mask property.

The input value on the screen is not reflected immediately. Refer to the Timing the Value Property Updated for more information.