vcl-cxmaskedit.md
TcxMaskEdit implements a generic masked edit control.
TcxMaskEdit = class(
TcxCustomMaskEdit
)
Use the TcxMaskEdit object to place a masked edit control onto your form. Masked edit controls validate text a user enters against the mask and this limits the valid forms the text can take. The mask can also format the text displayed for a user.
The TcxMaskEdit control implements the generic behavior introduced in TcxCustomMaskEdit. TcxMaskEdit publishes many of the properties and methods inherited from TcxCustomMaskEdit, but does not introduce any new behavior.
Use the Properties and style (the Style, StyleDisabled, StyleFocused and StyleHot) properties to specify the behavior and appearance of a combo box editor. Working with styles is discussed in the TcxCustomEditStyle class topic.
Show 14 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxMaskEdit
See Also