Skip to main content

TcxMaskEdit Class

TcxMaskEdit implements a generic masked edit control.

Declaration

TcxMaskEdit = class(
    TcxCustomMaskEdit
)

Remarks

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.

See Also