Aller au contenu principal
Version : Suivant

Listes hiérarchiques

APPEND TO LIST ( liste : Integer ; libelléElément : Text ; réfElément : Integer {; sous_Liste : Integer ; déployée : Boolean} )
CLEAR LIST ( liste : Integer {; *} )
Copy list ( liste : Integer ) : Integer
Count list items ( {* ;} liste : Integer, Text {; *} ) : 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 : Integer ; apparence : Integer {; icône : Integer {; hauteurLigne : Integer {; doubleClic : Integer {; multiSélection : Integer {; modifiable : Integer}}}}} )
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 : Integer ) : Boolean
List item parent ( {* ;} liste ; refElément ) : Integer
List item parent ( * ; liste ; * ) : Integer

List item position ( {* ;} liste : Integer, Text ; réfElément : Integer ) : Integer
LIST OF CHOICE LISTS ( tabNums : Integer array ; tabNoms : Text array )
Load list ( nomListe : Text ) : Integer
New list : Integer
SAVE LIST ( liste : Integer ; nomListe : Text )
SELECT LIST ITEMS BY POSITION ( {* ;} liste ; positionElém {; tabPositions} )
SELECT LIST ITEMS BY REFERENCE ( liste : Integer ; réfElément : Integer {; tabRéfs : Integer array} )
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 : Integer ; apparence : Integer {; icône : Integer {; hauteurLigne : Integer {; doubleClic : Integer {; multiSélection : Integer {; modifiable : Integer}}}}} )
SORT LIST ( liste : Integer {; order : >, < } )