ISelectionList



A simple list that contains all of the items selected when the list is created.



Syntax:

Procedure: Coming soon


API Calls

Delphi

PlanSwift Code:


Result := Planswift.selectionlist;


Coming soon

C#

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


Coming soon

VB/VBA (OLE)

Coming soon



Coming soon