TcxSchedulerEvent.EndEditing Method
Flushes the updated user event to storage and deactivates edit mode for it.
Declaration
procedure EndEditing; virtual;
Remarks
Call this method to finish editing the user event and update it in storage.
Note
this method is used with the BeginEditing method and can be invoked only after the BeginEditing method has been invoked. If the EndEditing method is invoked without or before the BeginEditing method is invoked a runtime exception is thrown.
See Also