function Extract(Index: Integer): TMtxComponent;
Extracts the item from the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Returns: TMtxComponent
Remarks:
Deletes the item at position Index from the List, but does not free the object.
Extracts the item from the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Returns: TMtxComponent
Deletes the item at position Index from the List, but does not free the object.