LbDelItem Function

Microchip Graphics Library

Microchip Graphics Library
LbDelItem Function
C
void LbDelItem(
    LISTBOX * pLb, 
    LISTITEM * pItem
);
Overview

This function removes an item from the list box and frees the memory used.

Input Parameters
Input Parameters 
Description 
LISTBOX * pLb 
The pointer to the list box object. 
LISTITEM * pItem 
The pointer to the item that will be removed. 
Returns

none

Preconditions

none

Side Effects

none

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved