ArrayList

Overview

Location

  • Reference:
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack
  • Platforms: Island, Toffee


 

constructor

 

constructor

 

ArrayList()

 

init()

 

Sub New()

Add  virtual

 

method Add(item: Object)

 

void Add(Object item)

 

func Add(_ item: Object)

 

Sub Add(item As Object)

Parameters:

  • item:

Clear  virtual

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

Count  virtual

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

Insert  virtual

 

method Insert(pos: Int32; item: Object)

 

void Insert(Int32 pos, Object item)

 

func Insert(_ pos: Int32, _ item: Object)

 

Sub Insert(pos As Int32, item As Object)

Parameters:

  • pos:
  • item:

Item  virtual

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

 

Count  virtual

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

Item  virtual

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

 

constructor

 

constructor

 

ArrayList()

 

init()

 

Sub New()

Add  virtual

 

method Add(item: Object)

 

void Add(Object item)

 

func Add(_ item: Object)

 

Sub Add(item As Object)

Parameters:

  • item:

Clear  virtual

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

Insert  virtual

 

method Insert(pos: Int32; item: Object)

 

void Insert(Int32 pos, Object item)

 

func Insert(_ pos: Int32, _ item: Object)

 

Sub Insert(pos As Int32, item As Object)

Parameters:

  • pos:
  • item: