Skip to main content
Ch__Efstathios
Inspiring
April 25, 2016
Answered

Is this correct for undo/redo operations in FDK?

  • April 25, 2016
  • 1 reply
  • 290 views

I would like someone to assure me that the following way is the correct one:

In the beginning I enable FDK Undo recording with :

F_ApiSetInt(FV_SessionId, FV_SessionId, FP_UndoFDKRecording, True);

And later on at some point I do:

F_ApiUndoStartCheckPoint(docId, ConStringT("Replacements"));

// .. replacements ..

F_ApiUndoEndCheckPoint(docId);

Is this enough?

This topic has been closed for replies.
Correct answer Ch__Efstathios

It is OK. Thanks.

1 reply

Ch__Efstathios
Ch__EfstathiosAuthorCorrect answer
Inspiring
April 26, 2016

It is OK. Thanks.