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.LockEditValueChanging(Boolean) Method

Enables/postpones the OnEditing event.

#Declaration

Delphi
procedure LockEditValueChanging(ALock: Boolean);

#Parameters

Name Type
ALock Boolean

#Remarks

To prevent the OnEditing event from being generated during intermediate value edit mode initializations, enclose the code performing these operations within LockEditValueChanging(True) / LockEditValueChanging(False) blocks.

See Also