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

TcxCustomEdit.ModifiedAfterEnter Property

Specifies whether the editor’s value has been modified after the editor has received focus.

#Declaration

Delphi
property ModifiedAfterEnter: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Read the ModifiedAfterEnter property to determine whether the editor’s value has been changed since the editor has received focus. Note that this property value isn’t automatically set to True if the editor’s value is changed via code. At the same time, editor validation doesn’t take place if this property value is False. Thus, you may need to set the ModifiedAfterEnter property to True manually when changing an editor’s value via code.

Please refer to the OnValidate event description for details on editor validation.

See Also