|
Class Reference
%Collection.ListOfStream
|
|
![]() |
|||
Private Storage |
These %Collection classes can only be used when you have a collection property of another object as they rely on
storing the data inside the parent object, they can not be used as 'stand alone' collections, for this use the
|
|
Properties | |||
---|---|---|---|
ElementClassType | ElementType | LiteralBehavior | OrefStorage |
Owner | ReadOnly | Size | Storage |
StreamLocation |
Subclasses |
---|
%Collection.MV.ListOfStream |
|
Finds and returns the OREF value referring to the object at position key in the list.GetAt returns the value of the element at location key or null string ("") if no element is found.
Inserts an element with OREF value oref at the end of the list.Returns a
%Status value indicating success or failure.
Inserts an element with OREF value oref at position key.To make room for the new element, the elements previously at or following position key are moved up by one position.
key must be in the following range:
Returns a1 <= index <= Count() + 1
%Status value indicating success or failure.
Inserts an element with ID value id at the end of the list.Returns a
%Status value indicating success or failure.
Inserts an element with ID value id at position key.To make room for the new element, the elements previously at or following position key are moved up by one position.
key must be in the following range:
Returns a1 <= index <= Count() + 1
%Status value indicating success or failure.
Sets the OREF value of the element at position key to oref.Returns a
%Status value indicating success or failure.
Sets the ID value of the element at position key to id.Returns a
%Status value indicating success or failure.