TcxLockablePersistent.DoChanged Method
In This Article
Applies pending changes after an EndUpdate procedure call.
#Declaration
Delphi
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