[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=EditPoliMulti Info=Editor of the PolyMultiElement container [Property] WorkCount=The list of the methods. ARG(List)|5| EventCount=The list of the events. ARG(List)|5| VarCount=The list of the vars. ARG(List)|5| DataCount=The list of the datas. ARG(List)|5| Width=The width of the container Editor. ARG(int)|1|300 Height=The height of the container Editor. ARG(int)|1|200 VOffset=The offset of the field editor from the top edge. ARG(int)|1|0 HOffset=The offset of the field editor from the left edge. ARG(int)|1|0 [Methods] *##add=Adds new instance to the list. ARG(T)|1|0 *##select=Gets the instance from the list by the index. ARG(int)|1|0 *##delete=Removes the instance from list by the index. ARG(int)|1|0 *##clear=Clears the list. ARG()|1|0 *##store=Stores the current instance to the list. ARG()|1|0 *##count=Returns the number of the items of the list. ARG(int)|3|1 *##index=Returns the current index of the list. ARG(int)|3|1 *##instance=Returns the current instance. ARG(T)|3|0 *##type=Returns the type of the current instance. ARG(Type)|3|0 *##list=Returns the list. ARG(List)|3|13