void Delete(int Index);
Deletes the item from the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int |
Remarks:
Deletes the item at position Index from the List and frees the object.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler