Items



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



Syntax:

Procedure: Items(Index: Integer): IItem;


API Call:

PlanSwift Code:


result := planswift.selectionlist.items(0); // 1st item in the list.
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon
Coming soon
Coming soon