Links
EControl Form Designer Pro
TEditEx.EditMask Property

Specifies the mask that represents what text is valid for the masked edit control.

property EditMask;

Use EditMask to restrict the characters a user can enter into the masked edit control to valid characters and formats. If the user attempts to enter an invalid character, the edit control does not accept the character. Validation is performed on a character-by-character basis by the ValidateEdit method. 

 

Setting EditMask to an empty string removes the mask.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!