APPEND TO LIST ( lista ; textoElem ; refElem {; sublista ; expandida} )
|
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 ; posiçaoElem |
| [Get list item font ( {* ;} lista ; refElem |
| [GET LIST ITEM ICON ( {* ;} lista ; refElem |
| [GET LIST ITEM PARAMETER ( {* ;} lista ; refElem |
GET LIST ITEM PARAMETER ARRAYS ( {* ;} list ; refElemento ; arrSeletores {; arrValores} )
|
| [GET LIST ITEM PROPERTIES ( {* ;} lista ; refElem |
GET LIST PROPERTIES ( lista ; aparencia {; icone {; alturaLinha {; duploClique {; multiSeleçao {; editavel}}}}} )
|
| [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 ( nomeLista ) : Integer
|
New list : Integer
|
SAVE LIST ( lista ; nomeLista )
|
SELECT LIST ITEMS BY POSITION ( {* ;} lista ; posiçaoElem {; posiçaoArray} )
|
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 ; aparencia {; icone {; alturaLinha {; duploClique {; multiSeleçao {; editavel}}}}} )
|
SORT LIST ( lista {; > ou <} )
|