Commands and Topics for List Box
Managing List Box Objects
DELETE LISTBOX COLUMN
({*; }object; colPosition{; number})
DELETE LISTBOX ROW
({*; }object; position)
GET LISTBOX ARRAYS
({*; }object; arrColNames; arrHeaderNames; arrColVars; arrHeaderVars; arrColsVisible; arrStyles)
GET LISTBOX CELL POSITION
({*; }object; column; row{; colVar})
Get listbox column width
({*; }object)
Integer
Get listbox information
({*; }object; info)
Longint
Get listbox rows height
({*; }object)
Integer
GET LISTBOX TABLE SOURCE
({*; }object; tableNum{; name})
Get number of listbox columns
({*; }object)
Longint
Get number of listbox rows
({*; }object)
Longint
INSERT LISTBOX COLUMN
({*; }object; colPosition; colName; colVariable; headerName; headerVar)
INSERT LISTBOX COLUMN FORMULA
({*; }object; colPosition; colName; formula; dataType; headerName; headerVariable)
INSERT LISTBOX ROW
({*; }object; position)
MOVED LISTBOX COLUMN NUMBER
({*; }object; oldPosition; newPosition)
MOVED LISTBOX ROW NUMBER
({*; }object; oldPosition; newPosition)
SELECT LISTBOX ROW
({*; }object; position{; action})
SET LISTBOX COLUMN WIDTH
({*; }object; width)
SET LISTBOX GRID COLOR
({*; }object; color; horizontal; vertical)
SET LISTBOX ROWS HEIGHT
({*; }object; height)
SET LISTBOX TABLE SOURCE
({*; }object; tableNum | name)
SHOW LISTBOX GRID
({*; }object; horizontal; vertical)
SORT LISTBOX COLUMNS
({*; }object; colNum; order{; colNum2; order2; ...; colNumN; orderN})
Other related commands:
Count in array
(array; value)
Longint --
Theme:
Arrays
DRAG AND DROP PROPERTIES
(srcObject; srcElement; srcProcess) --
Theme:
Drag and Drop
Drop position
{(columnNumber)}
Number --
Theme:
Drag and Drop
EDIT ITEM
({*; }object{; item}) --
Theme:
Entry Control
Form event
Number --
Theme:
Form Events
Self
Pointer --
Theme:
Language
FONT
({*; }object; font) --
Theme:
Object Properties
FONT SIZE
({*; }object; size) --
Theme:
Object Properties
FONT STYLE
({*; }object; styles) --
Theme:
Object Properties
BUTTON TEXT
({*; }object; buttonText) --
Theme:
Object Properties
SET FILTER
({*; }object; entryFilter) --
Theme:
Object Properties
SET FORMAT
({*; }object; displayFormat) --
Theme:
Object Properties
SET CHOICE LIST
({*; }object; list) --
Theme:
Object Properties
SET ENTERABLE
({*; }entryArea; enterable) --
Theme:
Object Properties
SET COLOR
({*; }object; color{; altColor}) --
Theme:
Object Properties
SET RGB COLORS
({*; }object; foregroundColor; backgroundColor{; altBackgrndColor}) --
Theme:
Object Properties
SET VISIBLE
({*; }object; visible) --
Theme:
Object Properties
GET OBJECT RECT
({*; }object; left; top; right; bottom) --
Theme:
Object Properties
MOVE OBJECT
({*; }object; moveH; moveV{; resizeH{; resizeV{; *}}}) --
Theme:
Object Properties
SET ALIGNMENT
({*; }object; alignment) --
Theme:
Object Properties
Get alignment
({*; }object)
Number --
Theme:
Object Properties
BEST OBJECT SIZE
({*; }object; bestWidth; bestHeight{; maxWidth}) --
Theme:
Object Properties
SET SCROLLBAR VISIBLE
({*; }object; horizontal; vertical) --
Theme:
Object Properties
Displayed line number
Longint --
Theme:
Selection
Focus object
Pointer --
Theme:
User Interface
SCROLL LINES
({*; }object{; position{; *}}) --
Theme:
User Interface