MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_RemoveItem Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_RemoveItem Function
C
LIB_EXPORT laResult laListWheelWidget_RemoveItem(
    laListWheelWidget* whl, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t idx 
the index to remove from the list 
Returns

laResult - the operation result

Remarks

The memory owned by the string item will be freed automatically.

MPLAB® Harmony Graphics Suite