TcxEditingControl.LockUpdate Property
Indicates the number of BeginUpdate method calls that have not been matched by EndUpdate method calls.
Declaration
property LockUpdate: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to keep track of calls to the BeginUpdate and EndUpdate methods. Every BeginUpdate method call increments the LockUpdate property value. Every call to the EndUpdate or the CancelUpdate method decrements the LockUpdate property value.
See Also