Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DataOperation (suggestion from Adrian)

Code Block

IDataOperation

...


{
     int StatusSourceElement(int nSourceElementIndex);

...


     int StatusTargetElement(int nTargetElementIndex);

...


}

This suggestion is aimed at allowing GUI's to assist users when selecting DataOperations.

...