OnClose



Triggered when the PlanSwift application closes.



Syntax:

Procedure: OnClose;


API Calls

Delphi

PlanSwift Code:


Procedure OnClose;
Begin
  // clean up code here...
End;

PlanSwift.OnClose := OnClose;




FreshDesk Code:


None


Coming soon


C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon