MaskEditField
MaskEditField is a class that inherits from REALbasic's built in EditField control. To create a instance of the MaskEditField then put a EditField on a window and change its "Super" property to MaskEditField.
Methods:
Methods are all the same as in the built in EditField control.
Events:
Events are all the same as in the built in EditField control but some
get listed in the RB Plugin Plunger because they have been internally
overloaded.
Properties:
Methods are all the same as in the built in EditField control, except the one
that was added ("Mask")
Mask as String
Value as String
Supported platforms:
* MacOS PPC
* MacOS Classic Carbon
* MacOS X
* Windows x86