ListControlDestroy

Help Contents GUI programming ListControls ListControlDestroy
ListControl ListControlInsertColumn

ListControlDestroy alistcontrol


Command that destroys the ListControl alistcontrol.

Example:

lc=(ListControl [][MyListControl][][][]
	wxLC_LIST [0 0][300 200])
ListControlInsertColumn lc 1 "Logo
data=[[UCBLogo][MSWLogo][Elica][Liogo][aUCBLogo]]
ListControlSet lc data
ListControlDestroy lc

Reference:

ListControl ListControlInsertColumn