Skip to main content

TcxCustomEdit.ModifiedAfterEnter Property

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

Declaration

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