Langage 4DCommandes par thèmeListes hiérarchiquesVersion : 20 R10Listes hiérarchiquesAPPEND TO LIST ( liste ; libelléElément ; réfElément {; sous_Liste ; déployée} )CLEAR LIST ( liste {; *} )Copy list ( liste ) : IntegerCount list items ( {* ;} liste {; *} ) : IntegerDELETE FROM LIST ( {* ;} liste ; réfElément {; *} )DELETE FROM LIST ( * ; liste ; * {; *} )Find in list ( {* ;} liste ; valeur ; portée {; tabEléments {; *}} ) : IntegerGET LIST ITEM ( {* ;} liste ; positionElém ; réfElément ; libelléElément {; sous_Liste ; déployée} )GET LIST ITEM ( {* ;} liste ; * ; réfElément ; libelléElément {; sous_Liste ; déployée} )Get list item font ( {* ;} liste ; refElément ) : TextGet list item font ( * ; liste ; * ) : TextGET LIST ITEM ICON ( {* ;} liste ; refElément ; icône )GET LIST ITEM ICON ( {* ;} liste ; * ; icône )GET LIST ITEM PARAMETER ( {* ;} liste ; refElément ; sélecteur ; valeur )GET LIST ITEM PARAMETER ( * ; liste ; * ; sélecteur ; valeur )GET LIST ITEM PARAMETER ARRAYS ( {* ;} liste ; refElément ; tabSélecteurs {; tabValeurs} )GET LIST ITEM PARAMETER ARRAYS ( * ; liste ; * ; tabSélecteurs {; tabValeurs} )GET LIST ITEM PROPERTIES ( {* ;} liste ; refElément ; saisissable {; style {; icône {; couleur}}} )GET LIST ITEM PROPERTIES ( * ; liste ; * ; saisissable {; style {; icône {; couleur}}} )GET LIST PROPERTIES ( liste ; apparence {; icône {; hauteurLigne {; doubleClic {; multiSélection {; modifiable}}}}} )INSERT IN LIST ( {* ;} liste ; avantElément ; libelléElément ; réfElément {; sous_Liste ; déployée} )INSERT IN LIST ( * ; liste ; * ; libelléElément ; réfElément {; sous_Liste ; déployée} )Is a list ( liste ) : BooleanList item parent ( {* ;} liste ; refElément ) : IntegerList item parent ( * ; liste ; * ) : IntegerList item position ( {* ;} liste ; réfElément ) : IntegerLIST OF CHOICE LISTS ( tabNums ; tabNoms )Load list ( nomListe ) : IntegerNew list : IntegerSAVE LIST ( liste ; nomListe )SELECT LIST ITEMS BY POSITION ( {* ;} liste ; positionElém {; tabPositions} )SELECT LIST ITEMS BY REFERENCE ( liste ; réfElément {; tabRéfs} )Selected list items ( {* ;} liste {; tabEléments {; *}} ) : IntegerSET LIST ITEM ( {* ;} liste ; refElément ; libelléElément ; nouvelRéf {; sous_Liste ; déployée} )SET LIST ITEM ( * ; liste ; * ; libelléElément ; nouvelRéf {; sous_Liste ; déployée} )SET LIST ITEM FONT ( {* ;} liste ; *refElément * ; police )SET LIST ITEM FONT ( * ; liste ; * ; police )SET LIST ITEM ICON ( {* ;} liste ; réfElément ; icône )SET LIST ITEM ICON ( * ; liste ; * ; icône )SET LIST ITEM PARAMETER ( {* ;} liste ; refElément ; sélecteur ; valeur )SET LIST ITEM PARAMETER ( * ; liste ; * ; sélecteur ; valeur )SET LIST ITEM PROPERTIES ( {* ;} liste ; refElément ; saisissable ; style {; icône {; couleur}} )SET LIST ITEM PROPERTIES ( * ; liste ; * ; saisissable ; style {; icône {; couleur}} )SET LIST PROPERTIES ( liste ; apparence {; icône {; hauteurLigne {; doubleClic {; multiSélection {; modifiable}}}}} )SORT LIST ( liste {; > ou <} )