Items



Read-only collection of items. As with all collections, Index is a 0 based value.



Syntax:

Procedure: Items(Index: Integer): IItem;


API Calls

Delphi

PlanSwift Code:


result := planswift.selectionlist.items(0); // 1st item in the list.


Coming soon

C#

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


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon