Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMaskEdit Class

The base type for those edit controls which provide a mask for checking the validity of text typed into a control.

#Declaration

Delphi
TcxCustomMaskEdit = class(
    TcxCustomTextEdit
)

#Remarks

This class introduces new properties and methods to expand the capabilities of TcxCustomTextEdit for validity checking using the edit mask. Use the TcxMaskEdit object to create an edit control that utilizes TcxCustomMaskEdit mask capabilities. To create an edit control that does not validate input, use the TcxCustomTextEdit object instead.

Do not create instances of TcxCustomMaskEdit. Use TcxCustomMaskEdit as the base class when declaring the control objects implementing a masked edit control. Properties and methods of TcxCustomMaskEdit provide the base behavior inherited by descendant classes, as well as the behavior components can override to customize their behavior.

See Also