TcxCustomEdit.LockEditValueChanging(Boolean) Method
Enables/postpones the OnEditing event.
Declaration
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