メインコンテンツまでスキップ
バージョン: 次へ

リストボックス

LISTBOX COLLAPSE ( * ; object : Text {; recursive : Boolean {; selector : Integer {; line : Integer {; column : Integer}}}} )
LISTBOX COLLAPSE ( object : Field, Variable {; recursive : Boolean {; selector : Integer {; line : Integer {; column : Integer}}}} )

LISTBOX DELETE COLUMN ( * ; object : Text ; colPosition : Integer {; number : Integer} )
LISTBOX DELETE COLUMN ( object : Field, Variable ; colPosition : Integer {; number : Integer} )

LISTBOX DELETE ROWS ( * ; object : Text ; rowPosition : Integer {; numRows : Integer} )
LISTBOX DELETE ROWS ( object : Field, Variable ; rowPosition : Integer {; numRows : Integer} )

LISTBOX DUPLICATE COLUMN ( * ; object : Text ; colPosition : Integer ; colName : Text ; colVariable : Array, Field, Variable, Pointer ; headerName : Text ; headerVar : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )
LISTBOX DUPLICATE COLUMN ( object : Field, Variable ; colPosition : Integer ; colName : Text ; colVariable : Array, Field, Variable, Pointer ; headerName : Text ; headerVar : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )

LISTBOX EXPAND ( * ; object : Text {; recursive : Boolean {; selector : Integer {; line : Integer {; column : Integer}}}} )
LISTBOX EXPAND ( object : Field, Variable {; recursive : Boolean {; selector : Integer {; line : Integer {; column : Integer}}}} )

LISTBOX Get array ( * ; object : Text ; arrType : Integer ) : Pointer
LISTBOX Get array ( object : Field, Variable ; arrType : Integer ) : Pointer

LISTBOX GET ARRAYS ( * ; object : Text ; arrColNames : Text array ; arrHeaderNames : Text array ; arrColVars : Pointer array ; arrHeaderVars : Pointer array ; arrColsVisible : Boolean array ; arrStyles : Pointer array {; arrFooterNames : Text array ; arrFooterVars : Pointer array} )
LISTBOX GET ARRAYS ( object : Field, Variable ; arrColNames : Text array ; arrHeaderNames : Text array ; arrColVars : Pointer array ; arrHeaderVars : Pointer array ; arrColsVisible : Boolean array ; arrStyles : Pointer array {; arrFooterNames : Text array ; arrFooterVars : Pointer array} )

LISTBOX Get auto row height ( * ; object : Text ; selector : Integer {; unit : Integer} ) : Integer
LISTBOX Get auto row height ( object : Field, Variable ; selector : Integer {; unit : Integer} ) : Integer

LISTBOX GET CELL COORDINATES ( * ; object : Text ; column : Integer ; row : Integer ; left : Integer ; top : Integer ; right : Integer ; bottom : Integer )
LISTBOX GET CELL COORDINATES ( object : Field, Variable ; column : Integer ; row : Integer ; left : Integer ; top : Integer ; right : Integer ; bottom : Integer )

LISTBOX GET CELL POSITION ( * ; object : Text {; X : Real ; Y : Real }; column : Integer ; row : Integer {; colVar : Pointer} )
LISTBOX GET CELL POSITION ( object : Field, Variable {; X : Real ; Y : Real }; column : Integer ; row : Integer {; colVar : Pointer} )

LISTBOX Get column formula ( * ; object : Text ) : Text
LISTBOX Get column formula ( object : Field, Variable ) : Text

LISTBOX Get column width ( * ; object : Text {; minWidth : Integer {; maxWidth : Integer}} ) : Integer
LISTBOX Get column width ( object : Field, Variable {; minWidth : Integer {; maxWidth : Integer}} ) : Integer

LISTBOX Get footer calculation ( * ; object : Text ) : Integer
LISTBOX Get footer calculation ( object : Field, Variable ) : Integer

LISTBOX Get footers height ( * ; object : Text {; unit : Integer} ) : Integer
LISTBOX Get footers height ( object : Field, Variable {; unit : Integer} ) : Integer

LISTBOX GET GRID ( * ; object : Text ; horizontal : Boolean ; vertical : Boolean )
LISTBOX GET GRID ( object : Field, Variable ; horizontal : Boolean ; vertical : Boolean )

LISTBOX GET GRID COLORS ( * ; object : Text ; hColor : Text, Integer ; vColor : Text, Integer )
LISTBOX GET GRID COLORS ( object : Field, Variable ; hColor : Text, Integer ; vColor : Text, Integer )

LISTBOX Get headers height ( * ; object : Text {; unit : Integer} ) : Integer
LISTBOX Get headers height ( object : Field, Variable {; unit : Integer} ) : Integer

LISTBOX GET HIERARCHY ( * ; object : Text ; hierarchical : Boolean {; hierarchy : Pointer array} )
LISTBOX GET HIERARCHY ( object : Field, Variable ; hierarchical : Boolean {; hierarchy : Pointer array} )

LISTBOX Get locked columns ( * ; object : Text ) : Integer
LISTBOX Get locked columns ( object : Field, Variable ) : Integer

LISTBOX Get number of columns ( * ; object : Text ) : Integer
LISTBOX Get number of columns ( object : Field, Variable ) : Integer

LISTBOX Get number of rows ( * ; object : Text ) : Integer
LISTBOX Get number of rows ( object : Field, Variable ) : Integer

LISTBOX GET OBJECTS ( * ; object : Text ; arrObjectNames : Text array )
LISTBOX GET OBJECTS ( object : Field, Variable ; arrObjectNames : Text array )

LISTBOX GET PRINT INFORMATION ( * ; object : Text ; selector : Integer ; info : Integer )
LISTBOX GET PRINT INFORMATION ( object : Field, Variable ; selector : Integer ; info : Integer )

LISTBOX Get property ( * ; object : Text ; property : Integer ) : any
LISTBOX Get property ( object : Field, Variable ; property : Integer ) : any

LISTBOX Get row color ( * ; object : Text ; row : Integer {; colorType : Integer} ) : Text
LISTBOX Get row color ( object : Field, Variable ; row : Integer {; colorType : Integer} ) : Text

LISTBOX Get row color as number ( * ; object : Text ; row : Integer {; colorType : Integer} ) : Integer
LISTBOX Get row color as number ( object : Field, Variable ; row : Integer {; colorType : Integer} ) : Integer

LISTBOX Get row font style ( * ; object : Text ; row : Integer ) : Integer
LISTBOX Get row font style ( object : Field, Variable ; row : Integer ) : Integer

LISTBOX Get row height ( * ; object : Text ; row : Integer ) : Integer
LISTBOX Get row height ( object : Field, Variable ; row : Integer ) : Integer

LISTBOX Get rows height ( * ; object : Text {; unit : Integer} ) : Integer
LISTBOX Get rows height ( object : Field, Variable {; unit : Integer} ) : Integer

LISTBOX Get static columns ( * ; object : Text ) : Integer
LISTBOX Get static columns ( object : Field, Variable ) : Integer

LISTBOX GET TABLE SOURCE ( * ; object : Text ; tableNum : Integer {; name : Text {; highlightName : Text}} )
LISTBOX GET TABLE SOURCE ( object : Field, Variable ; tableNum : Integer {; name : Text {; highlightName : Text}} )

LISTBOX INSERT COLUMN ( * ; object : Text ; colPosition : Integer ; colName : Text ; colVariable : Array, Field, Variable, Pointer ; headerName : Text ; headerVar : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )
LISTBOX INSERT COLUMN ( object : Field, Variable ; colPosition : Integer ; colName : Text ; colVariable : Array, Field, Variable, Pointer ; headerName : Text ; headerVar : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )

LISTBOX INSERT COLUMN FORMULA ( * ; object : Text ; colPosition : Integer ; colName : Text ; formula : Text ; dataType : Integer ; headerName : Text ; headerVariable : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )
LISTBOX INSERT COLUMN FORMULA ( object : Field, Variable ; colPosition : Integer ; colName : Text ; formula : Text ; dataType : Integer ; headerName : Text ; headerVariable : Integer, Pointer {; footerName : Text ; footerVar : Variable, Pointer} )

LISTBOX INSERT ROWS ( * ; object : Text ; rowPosition : Integer {; numRows : Integer} )
LISTBOX INSERT ROWS ( object : Field, Variable ; rowPosition : Integer {; numRows : Integer} )

LISTBOX MOVE COLUMN ( * ; object : Text ; colPosition : Integer )
LISTBOX MOVE COLUMN ( object : Field, Variable ; colPosition : Integer )

LISTBOX MOVED COLUMN NUMBER ( * ; object : Text ; oldPosition : Integer ; newPosition : Integer )
LISTBOX MOVED COLUMN NUMBER ( object : Field, Variable ; oldPosition : Integer ; newPosition : Integer )

LISTBOX MOVED ROW NUMBER ( * ; object : Text ; oldPosition : Integer ; newPosition : Integer )
LISTBOX MOVED ROW NUMBER ( object : Field, Variable ; oldPosition : Integer ; newPosition : Integer )

LISTBOX SELECT BREAK ( * ; object : Text ; row : Integer ; column : Integer {; action : Integer} )
LISTBOX SELECT BREAK ( object : Field, Variable ; row : Integer ; column : Integer {; action : Integer} )

LISTBOX SELECT ROW ( * ; object : Text ; rowPosition : Integer {; action : Integer} )
LISTBOX SELECT ROW ( object : Field, Variable ; rowPosition : Integer {; action : Integer} )

LISTBOX SELECT ROWS ( * ; object : Text ; selection : Object, Collection {; action : Integer} )
LISTBOX SELECT ROWS ( object : Field, Variable ; selection : Object, Collection {; action : Integer} )

LISTBOX SET ARRAY ( * ; object : Text ; arrType : Integer ; arrPtr : Pointer )
LISTBOX SET ARRAY ( object : Field, Variable ; arrType : Integer ; arrPtr : Pointer )

LISTBOX SET AUTO ROW HEIGHT ( * ; object : Text ; selector : Integer ; value : Integer ; unit : Integer )
LISTBOX SET AUTO ROW HEIGHT ( object : Field, Variable ; selector : Integer ; value : Integer ; unit : Integer )

LISTBOX SET COLUMN FORMULA ( * ; object : Text ; formula : Text ; dataType : Integer )
LISTBOX SET COLUMN FORMULA ( object : Field, Variable ; formula : Text ; dataType : Integer )

LISTBOX SET COLUMN WIDTH ( * ; object : Text ; width : Integer {; minWidth : Integer {; maxWidth : Integer}} )
LISTBOX SET COLUMN WIDTH ( object : Field, Variable ; width : Integer {; minWidth : Integer {; maxWidth : Integer}} )

LISTBOX SET FOOTER CALCULATION ( * ; object : Text ; calculation : Integer )
LISTBOX SET FOOTER CALCULATION ( object : Field, Variable ; calculation : Integer )

LISTBOX SET FOOTERS HEIGHT ( * ; object : Text ; height : Integer {; unit : Integer} )
LISTBOX SET FOOTERS HEIGHT ( object : Field, Variable ; height : Integer {; unit : Integer} )

LISTBOX SET GRID ( * ; object : Text ; horizontal : Boolean ; vertical : Boolean )
LISTBOX SET GRID ( object : Field, Variable ; horizontal : Boolean ; vertical : Boolean )

LISTBOX SET GRID COLOR ( * ; object : Text ; color : Text, Integer ; horizontal : Boolean ; vertical : Boolean )
LISTBOX SET GRID COLOR ( object : Field, Variable ; color : Text, Integer ; horizontal : Boolean ; vertical : Boolean )

LISTBOX SET HEADERS HEIGHT ( * ; object : Text ; height : Integer {; unit : Integer} )
LISTBOX SET HEADERS HEIGHT ( object : Field, Variable ; height : Integer {; unit : Integer} )

LISTBOX SET HIERARCHY ( * ; object : Text ; hierarchical : Boolean {; hierarchy : Pointer array} )
LISTBOX SET HIERARCHY ( object : Field, Variable ; hierarchical : Boolean {; hierarchy : Pointer array} )

LISTBOX SET LOCKED COLUMNS ( * ; object : Text ; numColumns : Integer )
LISTBOX SET LOCKED COLUMNS ( object : Field, Variable ; numColumns : Integer )

LISTBOX SET PROPERTY ( * ; object : Text ; property : Integer ; value : Integer, Text )
LISTBOX SET PROPERTY ( object : Field, Variable ; property : Integer ; value : Integer, Text )

LISTBOX SET ROW COLOR ( * ; object : Text ; row : Integer ; color : Text, Integer {; colorType : Integer} )
LISTBOX SET ROW COLOR ( object : Field, Variable ; row : Integer ; color : Text, Integer {; colorType : Integer} )

LISTBOX SET ROW FONT STYLE ( * ; object : Text ; row : Integer ; style : Integer )
LISTBOX SET ROW FONT STYLE ( object : Field, Variable ; row : Integer ; style : Integer )

LISTBOX SET ROW HEIGHT ( * ; object : Text ; row : Integer ; height : Integer )
LISTBOX SET ROW HEIGHT ( object : Field, Variable ; row : Integer ; height : Integer )

LISTBOX SET ROWS HEIGHT ( * ; object : Text ; height : Integer {; unit : Integer} )
LISTBOX SET ROWS HEIGHT ( object : Field, Variable ; height : Integer {; unit : Integer} )

LISTBOX SET STATIC COLUMNS ( * ; object : Text ; numColumn : Integer )
LISTBOX SET STATIC COLUMNS ( object : Field, Variable ; numColumn : Integer )

[LISTBOX SET TABLE SOURCE ( * ; object : Text ; tableNum
LISTBOX SORT COLUMNS ( * ; object : Text ; colNum : Integer ; order : Operator {; ...(colNum : Integer, order : Operator)} )
LISTBOX SORT COLUMNS ( object : Field, Variable ; colNum : Integer ; order : Operator {; ...(colNum : Integer, order : Operator)} )