4DランゲージCommands by theme階層リストバージョン: 次へ階層リストAPPEND TO LIST ( list : Integer ; itemText : Text ; itemRef : Integer {; sublist : Integer ; expanded : Boolean} )CLEAR LIST ( list : Integer {; *} )Copy list ( list : Integer ) : IntegerCount list items ( {* ;} list : Integer, Text {; *} ) : IntegerDELETE FROM LIST ( * ; list : Text ; itemRef : Integer, Operator {; *} )DELETE FROM LIST ( list : Integer ; itemRef : Integer, Operator {; *} )Find in list ( {* ;} list : Integer, Text ; value : Text ; scope : Integer {; itemsArray : Integer array {; *}} ) : IntegerGET LIST ITEM ( {* ;} list : Integer, Text ; itemPos : 演算子, 倍長整数 ; itemRef : Integer ; itemText : Text {; sublist : Integer ; expanded : Boolean} )GET LIST ITEM ( {* ;} list : Integer, Text ; * ; itemRef : Integer ; itemText : Text {; sublist : Integer ; expanded : Boolean} )Get list item font ( {* ;} list : Integer, Text ; itemRef : 倍長整数, 演算子 ) : TextGet list item font ( * ; list : Integer, Text ; * ) : TextGET LIST ITEM ICON ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ; icon : Picture )GET LIST ITEM ICON ( * ; list : Integer, Text ; * ; icon : PictureGET LIST ITEM PARAMETER ( {* ;} list : Integer, Text ; itemRef : 倍長整数, 演算子 ; selector : Text ; value : Text, Boolean, Real )GET LIST ITEM PARAMETER ( * ; list : Integer, Text ; * ; selector : Text ; value : Text, Boolean, Real )GET LIST ITEM PARAMETER ARRAYS ( {* ;} list : Integer, Text ; itemRef : 倍長整数, 演算子 ; arrSelection : Text array {; arrValues : Text array} )GET LIST ITEM PARAMETER ARRAYS ( * ; list : Integer, Text ; * ; arrSelection : Text array {; arrValues : Text array} )GET LIST ITEM PROPERTIES ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ; enterable : Boolean {; styles : Integer {; icon : Text, Integer {; color : Integer}}} )GET LIST ITEM PROPERTIES ( * ; list : Integer, Text ; * ; enterable : Boolean {; styles : Integer {; icon : Text, Integer {; color : Integer}}} )GET LIST PROPERTIES ( list : Integer ; appearance : Integer {; icon : Integer {; lineHeight : Integer {; doubleClick : Integer {; multiSelections : Integer {; editable : Integer}}}}} )INSERT IN LIST ( {* ;} list : Integer, Text ; beforeItemRef : 倍長整数, 演算子 ; itemText : Text ; itemRef : Integer {; sublist : Integer ; expanded : Boolean} )INSERT IN LIST ( * ; list : Integer, Text ; * ; itemText : Text ; itemRef : Integer {; sublist : Integer ; expanded : Boolean} )Is a list ( list : Integer ) : BooleanList item parent ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ) : IntegerList item parent ( * ; list : Integer, Text ; * ) : IntegerList item position ( {* ;} list : Integer, Text ; itemRef : Integer ) : IntegerLIST OF CHOICE LISTS ( numsArray : Integer array ; namesArray : Text array )Load list ( listName : Text ) : IntegerNew list : IntegerSAVE LIST ( list : Integer ; listName : Text )SELECT LIST ITEMS BY POSITION ( {* ;} list : Integer, Text ; itemPos : Integer {; positionsArray : Integer array} )SELECT LIST ITEMS BY REFERENCE ( list : Integer ; itemRef : Integer {; refArray : Integer array} )Selected list items ( {* ;} list : Integer, Text {; itemsArray : Integer array {; *}} ) : IntegerSET LIST ITEM ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ; newItemText : Text ; newItemRef : Integer {; sublist : Integer ; expanded : Boolean} )SET LIST ITEM ( * ; list : Integer, Text ; * ; newItemText : Text ; newItemRef : Integer {; sublist : Integer ; expanded : Boolean} )SET LIST ITEM FONT ( {* ;} list : Integer, Text ; itemRef : 倍長整数, 演算子 ; font : Text, Integer )SET LIST ITEM FONT ( * ; list : Integer, Text ; * ; font : Text, Integer )[SET LIST ITEM ICON ( {* ;} list : Integer, Text ; itemRefSET LIST ITEM PARAMETER ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ; selector : Text ; value : Text, Boolean, Real )SET LIST ITEM PARAMETER ( * ; list : Integer, Text ; * ; selector : Text ; value : Text, Boolean, Real )SET LIST ITEM PROPERTIES ( {* ;} list : Integer, Text ; itemRef : 演算子, 倍長整数 ; enterable : Boolean ; styles : Integer {; icon : Text, Integer {; color : Integer}} )SET LIST ITEM PROPERTIES ( * ; list : Integer, Text ; * ; enterable : Boolean ; styles : Integer {; icon : Text, Integer {; color : Integer}} )SET LIST PROPERTIES ( list : Integer ; appearance : Integer {; icon : Integer {; lineHeight : Integer {; doubleClick : Integer {; multiSelections : Integer {; editable : Integer}}}}} )SORT LIST ( list : Integer {; > または <} )