Aller au contenu principal
Version : 20 R10

Listes hiérarchiques

APPEND TO LIST ( liste ; libelléElément ; réfElément {; sous_Liste ; déployée} )
CLEAR LIST ( liste {; *} )
Copy list ( liste ) : Integer
Count list items ( {* ;} liste {; *} ) : Integer
DELETE FROM LIST ( {* ;} liste ; réfElément {; *} )
DELETE FROM LIST ( * ; liste ; * {; *} )

Find in list ( {* ;} liste ; valeur ; portée {; tabEléments {; *}} ) : Integer
GET 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 ) : Text
Get list item font ( * ; liste ; * ) : Text

GET 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 ) : Boolean
List item parent ( {* ;} liste ; refElément ) : Integer
List item parent ( * ; liste ; * ) : Integer

List item position ( {* ;} liste ; réfElément ) : Integer
LIST OF CHOICE LISTS ( tabNums ; tabNoms )
Load list ( nomListe ) : Integer
New list : Integer
SAVE 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 {; *}} ) : Integer
SET 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 <} )