|
_.Library.Status | DeSerialize (_.Library.String serialized) |
| Deserialize from string created with <method>Serialize</method> back to collection.
|
|
_.Library.String | Serialize (_.Library.Integer force) |
| Serialize() constructs a serialized form of the collection as a string.
|
|
_.Library.Integer | Count () |
| Returns the number of elements contained in the array. More...
|
|
_.Library.Boolean | Define (_.Library.String key) |
| This method is deprecated. More...
|
|
_.Library.String | Find (_.Library.String element, _.Library.String key) |
| Starting from, but not including, location key,. More...
|
|
_.Library.String | GetAt (_.Library.String key) |
| Finds and returns the value of the element associated with key. More...
|
|
_.Library.String | GetNext (_.Library.String key) |
| Finds and returns the value of the element at the location after key More...
|
|
_.Library.String | GetPrevious (_.Library.String key) |
| Finds and returns the value of the element at the location before key More...
|
|
_.Library.Boolean | IsDefined (_.Library.String key) |
| Returns true (1) if a value is defined at location key,. More...
|
|
_.Library.String | Next (_.Library.String key) |
| Finds and returns the key value of the element at the location following key in the array. More...
|
|
_.Library.String | Previous (_.Library.String key) |
| Finds and returns the key value of the element at the location preceding key in the array. More...
|
|
_.Library.String | RemoveAt (_.Library.String key) |
| Removes the element associated with key in the array. More...
|
|
_.Library.Status | SetAt (_.Library.String element, _.Library.String key) |
| Sets the value of the element associated with key to element. More...
|
|
_.Library.Status | Clear () |
| Clears the contents of the array. More...
|
|
_.Library.String | Find (_.Library.RawString element, _.Library.String key) |
| Starting from, but not including, location key,. More...
|
|
_.Library.Status | SetAt (_.Library.RawString element, _.Library.String key) |
| Sets the value of the element associated with key to element. More...
|
|
_.Library.RawString | GetAt (_.Library.RawString key) |
| Definition of iterator methods that all our collections classes use to ensure consistency. More...
|
|
_.Library.RawString | GetNext (_.Library.RawString key) |
| Finds and returns the value of the element at the location after key More...
|
|
_.Library.RawString | Next (_.Library.RawString key) |
| Finds and returns the key value of the element at the location following key in the iteration. More...
|
|
_.Library.Status | Clear () |
| Clears the contents of the array. More...
|
|
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More...
|
|
_.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
|
|
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
|
|
_.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More...
|
|
_.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
|
|
|
_.Library.String | LogicalToOdbc (_.Library.String val) |
| Converts the serial state of this list object to a delimited string. More...
|
|
_.Library.String | OdbcToLogical (_.Library.String val) |
| Converts the value of an incoming delimited string to a serialized state. More...
|
|
_.Library.String | DisplayToLogical (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
| Converts the value of an incoming delimited string to a serialized state. More...
|
|
_.Library.String | LogicalToDisplay (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
| Converts the serial state of this array object to a delimited string. More...
|
|
_.Library.Status | BuildValueArray (_.Library.Binary serialized, _.Library.Binary array) |
| Constructs array(key)=value for each element in the serialval value. More...
|
|
_.Library.String | LogicalToOdbc (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
| Converts the serial state of this array object to a delimited string. More...
|
|
_.Library.String | OdbcToLogical (_.Library.String val, _.Library.String delim, _.Library.String class, _.Library.String method) |
| Converts the value of an incoming delimited string to a serialized state. More...
|
|