Versions Compared

Key

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

...

Progress = CreateProgress("HelloWorld");

Progress.SetProgressRange(0,100);

Progress.SetProgressTexts("Hallo "," Welt");

Progress.SetProgressCaption("Test123");