Previous topic: Editing flows
The last thing we have to do is to call this flow from your Delphi application. To do this, go to your Delphi main form and drop a TButton on the form. Double click on the button to create the OnClick event.
To execute the flow, right click on the GetTimeFromTimeZone flow, and click “Use in code”.
You will notice that Codolex created the Flow class, added the call to the flow, and added the required uses to the unit.
Run the program and click on the button to see the result of the REST Operation.
Next stop: