Thursday, May 15, 2008

What is the difference between the Text and C lipText properties of the Masked-Edit C ontrol?

The Text property returns the data that the user has typed, along with the
mask. For example, if the Mask property is set for a stanadrd US phone number,
the Text property would return:
(111) 555-1234
The ClipText property returns only the data the user has typed. Using the same
example, the ClipText would return:
1115551234

Your Title