|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Lang.Object Add (character, Object) |
Adds an Item to the Dictionary |
|
+ | Progress.Lang.Object AddWhenNotContained (character, Object) |
Adds an Item to the Dictionary only when it is not yet
contained - silently ignores keys that are already contained |
|
+ | Clear () |
Removes all items from the List |
|
+ | 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 GetItem (character) |
Returns the Item at the specified Key |
|
+ | CHARACTER GetKey (Object) |
Returns the Key of the specified Item |
|
# | OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event |
|
+ | LOGICAL RemoveItem (Object) |
Removes the first occurrence of a specific object from the List |
|
+ | RemoveKey (character) |
Removes the Dictionary item at the specified index. |
Options | Name | Purpose | |
---|---|---|---|
+ | Dictionary () |
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 |
|
|
+ | CHARACTER ListHash |
|
Top
PUBLIC Progress.Lang.Object Add (character, Object)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Object AddWhenNotContained (character, Object)
|
|||||||||||||||||||||||||||
PUBLIC Clear ()
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ContainsItem (Object)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ContainsKey (character)
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
|
|||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetItem (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetKey (Object)
|
|||||||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL RemoveItem (Object)
|
|||||||||||||||||||||||||||
PUBLIC RemoveKey (character)
|
PUBLIC Dictionary ()
|
---|
PUBLIC ListChanged (Object, ListChangedEventArgs)
|
---|
PUBLIC INTEGER Count
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ListHash
|