TcxLockablePersistent.DoChanged Method
Applies pending changes after an EndUpdate procedure call.
Declaration
procedure DoChanged; virtual; abstract;
Remarks
Every TcxLockablePersistent class descendant implements the DoChanged procedure to be able to apply batch changes made between BeginUpdate and EndUpdate calls.
See Also