How do you clear the contents of a maskedit text box ? This particular box has its mask property set to "##/##/####". It also has the format property set to "mm/dd/yyyy".
Now I need to clear the box. If I use a mskbox.text = "" then it gives me an invalid property value error message.
