Versions Compared

Key

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

...

Syntax:

Procedure: OpenJobEx;


API Call:

Code Block
languagedelphi
titleScripting
linenumberstrue
collapsetrue
CanOpenEx := FALSE; //Do we really want to do this ???

if CanOpenEx then
  begin
    PlanSwift.OpenJobEx;
  end;

Result := CanOpenEx;