|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| Clear () |
Removes all keys and values from the List |
||
| InternalAdd (character) |
Adds the specified value to the list. |
||
| LOGICAL InternalContainsValue (character) |
Determines whether the List contains the specified value. |
||
| CHARACTER InternalGetValue (integer) |
Returns the Value for the specified Index |
||
| INTEGER InternalIndexOf (character) |
Return the Index of the specified element |
||
| InternalInsert (character, integer) |
Inserts the specified value to the List at the specified position |
||
| InternalSetValue (integer, character) |
Assigns the Value for the specified Key |
||
| OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event |
||
| Remove (integer) |
Removes the Value on the given Index from the List |
||
| ValidateValue (character) |
Validates a Value |
| Options | Name | Purpose | |
|---|---|---|---|
| AblPrimitiveList () |
Constructor for the AblPrimitiveList class |
||
| AblPrimitiveList (longchar) |
Constructor for the AblPrimitiveList class |
||
| AblPrimitiveList (longchar, character) |
Constructor for the AblPrimitiveList class |
| Options | Name | Purpose | |
|---|---|---|---|
| ListChanged (Object, ListChangedEventArgs) |
Raised when the List is changed by adding or removing items or
clearing the list |
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER Count |
|
||
| CHARACTER ListHash |
|
||
| CHARACTER ValueDelimiter |
|
||
| LONGCHAR Values |
|
|
Top
Clear ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InternalAdd (character)
|
||||||||||||||||||||||
LOGICAL InternalContainsValue (character)
|
||||||||||||||||||||||
CHARACTER InternalGetValue (integer)
|
||||||||||||||||||||||
INTEGER InternalIndexOf (character)
|
||||||||||||||||||||||
InternalInsert (character, integer)
|
||||||||||||||||||||||
InternalSetValue (integer, character)
|
||||||||||||||||||||||
OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
Remove (integer)
|
||||||||||||||||||||||
ValidateValue (character)
|
||||||||||||||||||||||
AblPrimitiveList ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AblPrimitiveList (longchar)
|
||||||||||||||||||||
AblPrimitiveList (longchar, character)
|
||||||||||||||||||||
ListChanged (Object, ListChangedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Count
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER ListHash
|
|||||||||
CHARACTER ValueDelimiter
|
|||||||||
LONGCHAR Values
|
|||||||||