MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laListWheelWidget_RemoveItem( laListWheelWidget* whl, uint32_t idx );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t idx |
the index to remove from the list |
laResult - the operation result
The memory owned by the string item will be freed automatically.
MPLAB® Harmony Graphics Suite
|