- Delta
- Reserve
- Resize
- Shutdown
- Add
- AddArray
- AddArray
- Insert
- InsertArray
- InsertArray
- AssignArray
- AssignArray
- Update
- Shift
- Delete
- DeleteRange
- At
- CompareArray
- CompareArray
- InsertSort
- Search
- SearchGreat
- SearchLess
- SearchGreatOrEqual
- SearchLessOrEqual
- SearchFirst
- SearchLast
- SearchLinear
- Save
- Load
- Type
Delete
Removes the element from the specified array position.
bool Delete(
|
Parameters
pos
[in] Position of the array element to be removed.
Return Value
true - successful, false - cannot remove the element.
Example:
//--- example for CArrayFloat::Delete(int)
|