MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_RemoveAllItems Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_RemoveAllItems Function
C
LIB_EXPORT laResult laListWheelWidget_RemoveAllItems(
    laListWheelWidget* whl
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
Returns

laResult - the operation result

Remarks

All memory owned by each item string will be freed automatically.

MPLAB® Harmony Graphics Suite