|
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
PUBLIC Clear ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED InternalAdd (character)
|
||||||||||||||||||||||
PROTECTED LOGICAL InternalContainsValue (character)
|
||||||||||||||||||||||
PROTECTED CHARACTER InternalGetValue (integer)
|
||||||||||||||||||||||
PROTECTED INTEGER InternalIndexOf (character)
|
||||||||||||||||||||||
PROTECTED InternalInsert (character, integer)
|
||||||||||||||||||||||
PROTECTED InternalSetValue (integer, character)
|
||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC Remove (integer)
|
||||||||||||||||||||||
PROTECTED ValidateValue (character)
|
PUBLIC AblPrimitiveList ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AblPrimitiveList (longchar)
|
||||||||||||||||||||
PUBLIC AblPrimitiveList (longchar, character)
|
PUBLIC ListChanged (Object, ListChangedEventArgs)
|
---|
PUBLIC INTEGER Count
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ListHash
|
|||||||||
PUBLIC CHARACTER ValueDelimiter
|
|||||||||
PUBLIC LONGCHAR Values
|