Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| Clear () |
Removes all items from the Dictionary |
||
| LOGICAL ContainsItem (Object) |
Determines if an object is a member of the Dictionary |
||
| LOGICAL ContainsKey (character) |
Determines if an key is a member of the Dictionary |
||
| Consultingwerk.Framework.Base.IEnumerator GetEnumerator () |
Returns a new IEnumerator instance for this object instance |
||
| Progress.Lang.Object GetItemInternal__ (integer) |
Returns the Item at the specified Index |
||
| CHARACTER GetKey (Object) |
Returns the Key of the specified Item |
||
| Progress.Lang.Object InternalAdd (character, Object) |
Adds an Item to the Dictionary |
||
| Progress.Lang.Object InternalGetItem (character) |
Returns the Item at the specified Index |
||
| Progress.Lang.Object InternalGetItemOrUnknown (character) |
Returns the Item with the specified key |
||
| OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event |
||
| RemoveEntry (integer) |
Removes an entry from the list of keys and values |
||
| LOGICAL RemoveItem (Object) |
Removes the first occurrence of a specific object from the Dictionary |
||
| RemoveKey (character) |
Removes the Dictionary item with the specified key |
||
| RemoveKeys (character) |
Removes the Dictionary items with the specified keys |
| Options | Name | Purpose | |
|---|---|---|---|
| GenericDictionary () |
Constructor for the Dictionary class |
| Options | Name | Purpose | |
|---|---|---|---|
| ListChanged (Object, ListChangedEventArgs) |
Raised when the Dictionary is changed by adding or removing items or
clearing the dictionary |
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER Count |
|
||
| Consultingwerk.Framework.Collections.CharacterList Keys |
|
||
| CHARACTER ListHash |
|
|
Top
Clear ()
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsItem (Object)
|
|||||||||||||||||||||||||
LOGICAL ContainsKey (character)
|
|||||||||||||||||||||||||
Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
|
|||||||||||||||||||||||||
Progress.Lang.Object GetItemInternal__ (integer)
|
|||||||||||||||||||||||||
CHARACTER GetKey (Object)
|
|||||||||||||||||||||||||
Progress.Lang.Object InternalAdd (character, Object)
|
|||||||||||||||||||||||||
Progress.Lang.Object InternalGetItem (character)
|
|||||||||||||||||||||||||
Progress.Lang.Object InternalGetItemOrUnknown (character)
|
|||||||||||||||||||||||||
OnListChanged (ListChangedEventArgs)
|
|||||||||||||||||||||||||
RemoveEntry (integer)
|
|||||||||||||||||||||||||
LOGICAL RemoveItem (Object)
|
|||||||||||||||||||||||||
RemoveKey (character)
|
|||||||||||||||||||||||||
RemoveKeys (character)
|
|||||||||||||||||||||||||
GenericDictionary ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
ListChanged (Object, ListChangedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Count
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Consultingwerk.Framework.Collections.CharacterList Keys
|
|||||||||
CHARACTER ListHash
|
|||||||||