Array Class [AX 2012]
The Array class is an array abstract data type that holds values of any single type, stored sequentially.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| definitionString | Returns a string that contains the definition of the array. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exists | Indicates whether a particular array element is valid. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| lastIndex | Retrieves the highest index that is used to store a value in the array. |
| new | Creates an array where each element has the type that is specified by the argument. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the Array class. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that describes the contents of the array. (Overrides the toString Method.) |
| typeId | Returns the data type of the values in the array. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| value | Gets or sets the value of the array element that is stored at the specified index. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Overrides the xml Method.) |
| ::create | Creates an array from the container that is obtained from a prior call to the Array.pack method. |
| ::createFromXML |