TcxCustomEdit.LockEditValueChanging(Boolean) Method
In This Article
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