Brightsign Object Reference Manual (FW 5.1) Instrukcja Użytkownika Strona 44

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 341
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 43
36
roXMLList
Interfaces: ifList, ifEnum, ifArray, ifArrayGet, ifArraySet, ifXMLList
The ifList interface provides the following:
GetHead() As Dynamic: Retrieves the entry at the head of the list and keeps the entry in the list.
GetTail() As Dynamic: Retrieves the entry at the tail of the list and keeps the entry in the list.
RemoveHead() As Dynamic: Removes the entry at the head of the list.
RemoveTail() As Dynamic: Removes the entry at the tail of the list.
GetIndex() As Dynamic: Retrieves an entry from the list at the current index or position and increments the
index or position in the list. It returns Invalid when the end of the list is reached.
RemoveIndex() As Dynamic: Removes an entry from the list at the current index or position and increments
the index or position in the list. It returns Invalid when the end of the list is reached.
AddHead(a As Dynamic): Adds a typed value to the head of the list.
AddTail(a As Dynamic): Adds a typed value to the tail of the list.
ResetIndex() As Boolean: Resets the current index or position in the list to the head element.
Count() As Integer: Returns the number of elements in the list.
Clear(): Removes all elements from the list.
The ifEnum interface provides the following:
Reset(): Resets the position to the first element of enumeration.
Next() As Dynamic: Returns the typed value at the current position and increment position.
IsNext() As Boolean: Returns True if there is a next element.
IsEmpty() As Boolean: Returns True if there is not a next element.
Przeglądanie stron 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 340 341

Komentarze do niniejszej Instrukcji

Brak uwag