[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,,Length|item Info=Array of the items. [Property] Length=Sets the number of the items. ARG(int)|1|0 +Items=Sets default values. One item in row. ARG(string[])|5| ItemType=Sets the Type of the array item. ARG(string)|2| ArrayType=Sets the Type of the Array to create. ARG(string)|2| [Methods] doArray=Creates an Array of the items. ARG(T item1, ..., T itemN)|1|0 onArray=Occurs after invoke method doArray and returns the result. ARG(T[])|2|13 Result=Returns the array of the items. ARG(T[])|3|13