RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMaskEdit Class

TMaskEdit implements a generic masked edit control.

Pascal
TMaskEdit = class(TCustomMaskEdit);
C++
class TMaskEdit : public TCustomMaskEdit;

Mask

Use a TMaskEdit object to put a masked edit control on your form. Masked edit controls validate the text the user enters against a mask that encodes the valid forms the text can take. The mask can also format text that is displayed to the user. 

TMaskEdit implements the generic behavior introduced in TCustomMaskEdit. TMaskEdit publishes many of the properties and methods inherited from TCustomMaskEdit, but does not introduce any new behavior. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!