|
|
|
Consultingwerk.CommonUi.TabFolderStatus Add (character, integer, character)
|
Adds an Item to this List
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus Add (TabFolderStatus)
|
Adds an item to the generic List
|
|
|
|
Add (TabFolderStatus[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus AddWhenNotContained (TabFolderStatus)
|
Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus GetItem (character)
|
Returns the first TabFolderStatus item matching the provided instance name
Notes : Returns ? when no matching item is found
@param pcInstanceName The instance name to search for
@return The matching TabFolderStatus instance or ?
*/
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus Replace (TabFolderStatus, TabFolderStatus)
|
Replaces an item in the generic List
|
|
|
|
Consultingwerk.CommonUi.TabFolderStatus ToArray ()
|
Returns an Array with the elements of the List
|