APPEND TO LIST ( lista ; textoElem ; refElem {; sublista ; desplegada} )
  | 
CLEAR LIST ( lista {; *} )
  | 
Copy list ( lista ) : Integer
  | 
Count list items ( {* ;} lista {; *} ) : Integer
  | 
| [DELETE FROM LIST ( {* ;} lista ; refElem | 
Find in list ( {* ;} lista ; valor ; alcance {; arrayElem {; *}} ) : Integer
  | 
| [GET LIST ITEM ( {* ;} lista ; posicionElem | 
| [Get list item font ( {* ;} lista ; refElem | 
| [GET LIST ITEM ICON ( {* ;} lista ; refElem | 
| [GET LIST ITEM PARAMETER ( {* ;} lista ; refElem | 
GET LIST ITEM PARAMETER ARRAYS ( {* ;} lista ; refElemento ; arrSelectores {; arrValores} )
  | 
| [GET LIST ITEM PROPERTIES ( {* ;} lista ; refElem | 
GET LIST PROPERTIES ( lista ; apariencia {; icono {; altoLinea {; dobleClic {; multiSeleccion {; editable}}}}} )
  | 
| [INSERT IN LIST ( {* ;} lista ; antesElem | 
Is a list ( lista ) : Boolean
  | 
| [List item parent ( {* ;} lista ; refElem | 
List item position ( {* ;} lista ; refElem ) : Integer
  | 
LIST OF CHOICE LISTS ( arrayNums ; arrayNoms )
  | 
Load list ( nomLista ) : Integer
  | 
New list  : Integer
  | 
SAVE LIST ( lista ; nomLista )
  | 
SELECT LIST ITEMS BY POSITION ( {* ;} lista ; posicionElem {; posicionArray} )
  | 
SELECT LIST ITEMS BY REFERENCE ( lista ; refElem {; refArray} )
  | 
Selected list items ( {* ;} lista {; arrayElem {; *}} )  : Integer
  | 
| [SET LIST ITEM ( {* ;} lista ; refElem | 
| [SET LIST ITEM FONT ( {* ;} lista ; refElem | 
| [SET LIST ITEM ICON ( {* ;} lista ; refElem | 
| [SET LIST ITEM PARAMETER ( {* ;} lista ; refElem | 
| [SET LIST ITEM PROPERTIES ( {* ;} lista ; refElem | 
SET LIST PROPERTIES ( lista ; apariencia {; icono {; altoLinea {; dobleClic {; multiSeleccion {; editable}}}}} )
  | 
SORT LIST ( lista {; > ou <} )
  |